Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|