awacke1 commited on
Commit
38694b6
β€’
1 Parent(s): 56ddf4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.singleton
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/"