Spaces:
Build error
Build error
Update app.py
Browse files
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"
|