Spaces:
Build error
Build error
fixed get_script_run_ctx again
Browse files- app/SessionState.py +1 -1
app/SessionState.py
CHANGED
@@ -15,7 +15,7 @@ result:
|
|
15 |
>>> session_state.user_name
|
16 |
'Mary'
|
17 |
"""
|
18 |
-
from streamlit.
|
19 |
from streamlit.server.Server import Server
|
20 |
|
21 |
|
|
|
15 |
>>> session_state.user_name
|
16 |
'Mary'
|
17 |
"""
|
18 |
+
from streamlit.scriptrunner import get_script_run_ctx
|
19 |
from streamlit.server.Server import Server
|
20 |
|
21 |
|