From e9123dbfcf1046e8eaa19fbb7e45338df893ef8f Mon Sep 17 00:00:00 2001 From: Jumitti <112354223+Jumitti@users.noreply.github.com> Date: Thu, 23 May 2024 22:37:14 +0200 Subject: [PATCH] Fix Streamlit version 1.34 and chart display --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a415dae..b50a1337 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pandas plotly requests stqdm -streamlit +streamlit==1.34 streamlit_analytics streamlit-lottie tqdm \ No newline at end of file