mery22 commited on
Commit
ef46280
1 Parent(s): 61e7a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ if submit_button:
103
  st.markdown(f"> {user_input}")
104
  st.markdown("### Bot:")
105
  st.markdown(f"> {bot_response}")
 
106
  else:
107
  st.warning("⚠️ Please enter a message.")
108
 
 
103
  st.markdown(f"> {user_input}")
104
  st.markdown("### Bot:")
105
  st.markdown(f"> {bot_response}")
106
+ st.text_area("Bot:", value=bot_response, height=600)
107
  else:
108
  st.warning("⚠️ Please enter a message.")
109