Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ if st.session_state.selected_model != model_option:
|
|
85 |
st.session_state.selected_model = model_option
|
86 |
|
87 |
# A帽adir un bot贸n para "Limpiar Chat"
|
88 |
-
if st.button("
|
89 |
st.session_state.messages = []
|
90 |
|
91 |
# Mostrar mensajes de chat del historial en la aplicaci贸n
|
|
|
85 |
st.session_state.selected_model = model_option
|
86 |
|
87 |
# A帽adir un bot贸n para "Limpiar Chat"
|
88 |
+
if st.button("Limpiar Chat"):
|
89 |
st.session_state.messages = []
|
90 |
|
91 |
# Mostrar mensajes de chat del historial en la aplicaci贸n
|