Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def Chatbot():
|
|
9 |
st.title("Chatbot")
|
10 |
if query := st.chat_input("enter your message"):
|
11 |
|
12 |
-
st.chat_message("user"):
|
13 |
|
14 |
st.write("Hello")
|
15 |
|
|
|
9 |
st.title("Chatbot")
|
10 |
if query := st.chat_input("enter your message"):
|
11 |
|
12 |
+
with st.chat_message("user"):
|
13 |
|
14 |
st.write("Hello")
|
15 |
|