diff --git a/app.py b/app.py index 55a3140..6f2aa8b 100644 --- a/app.py +++ b/app.py @@ -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)