johnowhitaker commited on
Commit
910b282
1 Parent(s): f4db971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def timeout(max_timeout):
21
  return func_wrapper
22
  return timeout_decorator
23
 
24
- nest_asyncio.apply()
25
 
26
  # Function to make this easy for ourselves:
27
  @st.cache
 
21
  return func_wrapper
22
  return timeout_decorator
23
 
24
+ # nest_asyncio.apply()
25
 
26
  # Function to make this easy for ourselves:
27
  @st.cache