Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,4 +55,4 @@ if st.button("Enviar"):
|
|
| 55 |
chat_text = ""
|
| 56 |
for user_msg, bot_msg in st.session_state.history:
|
| 57 |
chat_text += f"Tu: {user_msg}\nPsic贸logo: {bot_msg}\n\n"
|
| 58 |
-
st.text_area("Respuestas del
|
|
|
|
| 55 |
chat_text = ""
|
| 56 |
for user_msg, bot_msg in st.session_state.history:
|
| 57 |
chat_text += f"Tu: {user_msg}\nPsic贸logo: {bot_msg}\n\n"
|
| 58 |
+
st.text_area("Respuestas del Buho", value=chat_text, height=300, disabled=False)
|