Spaces:
Runtime error
Runtime error
Commit ·
dd9ce71
1
Parent(s): 31d3dd3
Trying a newer streamlit
Browse files- README.md +1 -1
- streamlit_nested_expanders.py +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 💻
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.7.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
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
|