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