Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -396,14 +396,6 @@ st.set_page_config(page_title="Enchanted Hooks", layout="wide")
|
|
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(
|
401 |
-
page_title="Tu App",
|
402 |
-
page_icon="🚀",
|
403 |
-
layout="wide",
|
404 |
-
initial_sidebar_state="collapsed"
|
405 |
-
)
|
406 |
-
|
407 |
# Leer el contenido del archivo manual.md
|
408 |
with open("manual.md", "r", encoding="utf-8") as file:
|
409 |
manual_content = file.read()
|
|
|
396 |
if 'sidebar_state' not in state:
|
397 |
state.sidebar_state = 'collapsed'
|
398 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
# Leer el contenido del archivo manual.md
|
400 |
with open("manual.md", "r", encoding="utf-8") as file:
|
401 |
manual_content = file.read()
|