From 8ee1391c3f0babde33aab50b4c414a81f1bf63f4 Mon Sep 17 00:00:00 2001 From: Gregor Trefalt Date: Tue, 19 Aug 2025 11:50:50 +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 c8158cb..1bdb4e9 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,7 @@ df = pd.DataFrame( } ) -st.text("Version 5") +st.text("Version 6") st.altair_chart( alt.Chart(df, height=700, width=700)