cahya commited on
Commit
c2701ab
·
1 Parent(s): 8933d2a

fixed get_script_run_ctx again

Browse files
Files changed (1) hide show
  1. 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.script_run_context import get_script_run_ctx
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