From 9d3dddeb6bab6196f565c074451ce37ae25e61c6 Mon Sep 17 00:00:00 2001 From: Joshua Kimsey Date: Thu, 22 Sep 2022 22:04:31 -0400 Subject: [PATCH] Fixed Streamlit >1.12.2 error --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index b5bd8e3..44d8a92 100644 --- a/environment.yaml +++ b/environment.yaml @@ -38,7 +38,7 @@ dependencies: - python-slugify>=6.1.2 - pytorch-lightning==1.4.2 - retry>=0.9.2 - - streamlit>=1.12.2 + - streamlit==1.12.2 - streamlit-on-Hover-tabs==1.0.1 - streamlit-option-menu==0.3.2 - streamlit_nested_layout