Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ if st.sidebar.button("Exportar conversaci贸n"):
|
|
| 93 |
st.sidebar.error(f"Error al exportar la conversaci贸n: {result}")
|
| 94 |
|
| 95 |
# Contenedor para el historial del chat
|
| 96 |
-
chat_container = st.
|
| 97 |
|
| 98 |
# Contenedor para la entrada de texto del usuario
|
| 99 |
with st.form(key='my_form', clear_on_submit=True):
|
|
|
|
| 93 |
st.sidebar.error(f"Error al exportar la conversaci贸n: {result}")
|
| 94 |
|
| 95 |
# Contenedor para el historial del chat
|
| 96 |
+
chat_container = st.container()
|
| 97 |
|
| 98 |
# Contenedor para la entrada de texto del usuario
|
| 99 |
with st.form(key='my_form', clear_on_submit=True):
|