awacke1 commited on
Commit
efd03ad
1 Parent(s): b2bd387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ if st.button("Send"):
56
  chat_text = ""
57
  for user_msg, bot_msg in st.session_state.history:
58
  chat_text += f"You: {user_msg}\nBot: {bot_msg}\n\n"
59
- st.text_area("Chat", value=chat_text, height=300, disabled=True)
 
56
  chat_text = ""
57
  for user_msg, bot_msg in st.session_state.history:
58
  chat_text += f"You: {user_msg}\nBot: {bot_msg}\n\n"
59
+ st.text_area("Chat", value=chat_text, height=300, disabled=False)