Commit
·
9fc097b
1
Parent(s):
8eb6a63
Can I downgrade Streamlit
Browse files- requirements.txt +1 -0
- streamlit_nested_expanders.py +1 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
wget
|
2 |
fvcore
|
3 |
iopath
|
|
|
1 |
+
streamlit==1.7.0
|
2 |
wget
|
3 |
fvcore
|
4 |
iopath
|
streamlit_nested_expanders.py
CHANGED
@@ -6,7 +6,7 @@ from streamlit import legacy_caching
|
|
6 |
from streamlit import type_util
|
7 |
from streamlit import util
|
8 |
from streamlit.cursor import Cursor
|
9 |
-
from streamlit.
|
10 |
from streamlit.errors import StreamlitAPIException
|
11 |
from streamlit.errors import NoSessionContext
|
12 |
from streamlit.proto import Block_pb2
|
|
|
6 |
from streamlit import type_util
|
7 |
from streamlit import util
|
8 |
from streamlit.cursor import Cursor
|
9 |
+
from streamlit.script_run_context import get_script_run_ctx
|
10 |
from streamlit.errors import StreamlitAPIException
|
11 |
from streamlit.errors import NoSessionContext
|
12 |
from streamlit.proto import Block_pb2
|