diff --git a/app.py b/app.py index 1bdb4e9..cbdb659 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,7 @@ df = pd.DataFrame( } ) -st.text("Version 6") +st.text("Version 7") st.altair_chart( alt.Chart(df, height=700, width=700)