app.py edited online with Bitbucket

This commit is contained in:
Gregor Trefalt 2025-09-05 13:37:24 +00:00
parent b2fa09697e
commit 7d6aa4df6d
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -32,7 +32,7 @@ df = pd.DataFrame(
}
)
st.text("Version 8")
st.text("Version 9")
st.altair_chart(
alt.Chart(df, height=700, width=700)