Spaces:
Running
Running
Update promptsource/session.py
Browse files- promptsource/session.py +1 -1
promptsource/session.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
# https://gist.github.com/okld/0aba4869ba6fdc8d49132e6974e2e662
|
7 |
#
|
8 |
|
9 |
-
from streamlit.hashing import _CodeHasher
|
10 |
from streamlit.report_thread import get_report_ctx
|
11 |
from streamlit.server.server import Server
|
12 |
|
|
|
6 |
# https://gist.github.com/okld/0aba4869ba6fdc8d49132e6974e2e662
|
7 |
#
|
8 |
|
9 |
+
from streamlit.runtime.legacy_cashing.hashing import _CodeHasher
|
10 |
from streamlit.report_thread import get_report_ctx
|
11 |
from streamlit.server.server import Server
|
12 |
|