From 166f2f751ebc2ef37617247400363217fe399d5d Mon Sep 17 00:00:00 2001 From: Gregor Trefalt Date: Thu, 7 Aug 2025 16:21:28 +0200 Subject: [PATCH] version 2. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index fd330b0..aa4507e 100644 --- a/app.py +++ b/app.py @@ -32,7 +32,7 @@ df = pd.DataFrame( } ) -st.text("Version 1") +st.text("Version 2") st.altair_chart( alt.Chart(df, height=700, width=700)