JairoCesar commited on
Commit
fca7049
verified
1 Parent(s): fce2406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Psic贸logo", value=chat_text, height=300, disabled=False)
 
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)