carisackc commited on
Commit
00f51e9
·
1 Parent(s): 45d392e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ import re
16
 
17
  from streamlit.components.v1 import html
18
 
19
- @st.cache(suppress_st_warning=True)
20
  # Store the initial value of widgets in session state
21
  if "visibility" not in st.session_state:
22
  st.session_state.visibility = "visible"
 
16
 
17
  from streamlit.components.v1 import html
18
 
 
19
  # Store the initial value of widgets in session state
20
  if "visibility" not in st.session_state:
21
  st.session_state.visibility = "visible"