From 0d2f96992380b3117e4d1bc137d1ce9c135f8801 Mon Sep 17 00:00:00 2001 From: Gregor Trefalt Date: Tue, 2 Sep 2025 10:52:56 +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 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)