version 3.

This commit is contained in:
Gregor Trefalt 2025-08-07 16:26:33 +02:00
parent 166f2f751e
commit 3663f40968
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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