From b2fa09697e234f52f1f8fb62865a1b01710234fc Mon Sep 17 00:00:00 2001 From: Gregor Trefalt Date: Fri, 5 Sep 2025 08:49:42 +0000 Subject: [PATCH] app.py edited online with Bitbucket --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index cbdb659..55a3140 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,7 @@ df = pd.DataFrame( } ) -st.text("Version 7") +st.text("Version 8") st.altair_chart( alt.Chart(df, height=700, width=700)