Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ if submit_button:
|
|
| 122 |
if user_input.strip() != "":
|
| 123 |
bot_response = chatbot_response(user_input)
|
| 124 |
st.markdown("### Bot:")
|
| 125 |
-
st.text_area("
|
| 126 |
else:
|
| 127 |
st.warning("⚠️ Please enter a message.")
|
| 128 |
|
|
|
|
| 122 |
if user_input.strip() != "":
|
| 123 |
bot_response = chatbot_response(user_input)
|
| 124 |
st.markdown("### Bot:")
|
| 125 |
+
st.text_area("", value=bot_response, height=600)
|
| 126 |
else:
|
| 127 |
st.warning("⚠️ Please enter a message.")
|
| 128 |
|