Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -543,7 +543,7 @@ def main():
|
|
543 |
state = initialize_state(session_id)
|
544 |
|
545 |
with st.sidebar:
|
546 |
-
show_info = st.toggle('Show Info',
|
547 |
if show_info:
|
548 |
display_info()
|
549 |
st.subheader("Customization Options")
|
|
|
543 |
state = initialize_state(session_id)
|
544 |
|
545 |
with st.sidebar:
|
546 |
+
show_info = st.toggle('Show Info',False)
|
547 |
if show_info:
|
548 |
display_info()
|
549 |
st.subheader("Customization Options")
|