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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ if st.button("Enviar"):
54
  # Display conversation
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)
 
54
  # Display conversation
55
  chat_text = ""
56
  for user_msg, bot_msg in st.session_state.history:
57
+ chat_text += f"Tu: {user_msg}\nBuho: {bot_msg}\n\n"
58
  st.text_area("Respuestas del Buho", value=chat_text, height=300, disabled=False)