app.py edited online with Bitbucket

This commit is contained in:
Gregor Trefalt 2025-09-02 10:52:56 +00:00
parent 8ee1391c3f
commit 0d2f969923
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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