Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,5 +11,11 @@ with st.sidebar:
|
|
| 11 |
|
| 12 |
st.chat_input("Type your message here...")
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
|
|
|
|
| 11 |
|
| 12 |
st.chat_input("Type your message here...")
|
| 13 |
|
| 14 |
+
with st.chat_message("AI"):
|
| 15 |
+
st.write("Hello, how can I help you?")
|
| 16 |
+
|
| 17 |
+
with st.chat_message("AI"):
|
| 18 |
+
st.write("No")
|
| 19 |
+
|
| 20 |
|
| 21 |
|