JeCabrera commited on
Commit
c728a67
·
verified ·
1 Parent(s): 7b176e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -394,6 +394,7 @@ st.set_page_config(page_title="Enchanted Hooks", layout="wide")
394
 
395
  # Configurar el estado inicial del sidebar si no existe
396
  if 'sidebar_state' not in state:
 
397
 
398
  # Configurar la página con el sidebar colapsado
399
  st.set_page_config(
 
394
 
395
  # Configurar el estado inicial del sidebar si no existe
396
  if 'sidebar_state' not in state:
397
+ state.sidebar_state = 'collapsed'
398
 
399
  # Configurar la página con el sidebar colapsado
400
  st.set_page_config(