LivanArzuaga commited on
Commit
79b7d0b
verified
1 Parent(s): 0f15c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.empty()
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):