Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def Chatbot():
|
|
| 11 |
umsg = bard.get_answer(query)
|
| 12 |
|
| 13 |
with st.chat_message("user"):
|
| 14 |
-
st.write(umsg["content"]
|
| 15 |
|
| 16 |
Chatbot()
|
| 17 |
|
|
|
|
| 11 |
umsg = bard.get_answer(query)
|
| 12 |
|
| 13 |
with st.chat_message("user"):
|
| 14 |
+
st.write(umsg["content"])
|
| 15 |
|
| 16 |
Chatbot()
|
| 17 |
|