Spaces:
Build error
Build error
fixed streamlit.server.Server
Browse files- app/SessionState.py +1 -1
app/SessionState.py
CHANGED
|
@@ -16,7 +16,7 @@ result:
|
|
| 16 |
'Mary'
|
| 17 |
"""
|
| 18 |
from streamlit.scriptrunner import get_script_run_ctx
|
| 19 |
-
from streamlit.server.
|
| 20 |
|
| 21 |
|
| 22 |
class SessionState(object):
|
|
|
|
| 16 |
'Mary'
|
| 17 |
"""
|
| 18 |
from streamlit.scriptrunner import get_script_run_ctx
|
| 19 |
+
from streamlit.server.server import Server
|
| 20 |
|
| 21 |
|
| 22 |
class SessionState(object):
|