From 20fd2efa7e7067068b45807b841e0b6513480527 Mon Sep 17 00:00:00 2001 From: Gregor Trefalt Date: Fri, 8 Aug 2025 08:27:14 +0200 Subject: [PATCH] Version 5 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 925dc10..c8158cb 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,7 @@ df = pd.DataFrame( } ) -st.text("Version 4") +st.text("Version 5") st.altair_chart( alt.Chart(df, height=700, width=700)