Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from st_click_detector import click_detector
|
|
| 13 |
|
| 14 |
# What impresses me about these two beautiful new prims is that one called the singleton can share memory across sessions (think all users yo)
|
| 15 |
|
| 16 |
-
@st.
|
| 17 |
def get_sessionmaker(search_param):
|
| 18 |
# This is for illustration purposes only
|
| 19 |
url = "https://en.wikipedia.org/wiki/"
|
|
|
|
| 13 |
|
| 14 |
# What impresses me about these two beautiful new prims is that one called the singleton can share memory across sessions (think all users yo)
|
| 15 |
|
| 16 |
+
@st.experimental_singleton
|
| 17 |
def get_sessionmaker(search_param):
|
| 18 |
# This is for illustration purposes only
|
| 19 |
url = "https://en.wikipedia.org/wiki/"
|