Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,8 @@ def Chatbot():
|
|
46 |
umsg = bard.get_answer(query)["content"]
|
47 |
with st.chat_message("assistant"):
|
48 |
st.write(umsg)
|
|
|
|
|
49 |
|
50 |
|
51 |
|
|
|
46 |
umsg = bard.get_answer(query)["content"]
|
47 |
with st.chat_message("assistant"):
|
48 |
st.write(umsg)
|
49 |
+
|
50 |
+
Chatbot()
|
51 |
|
52 |
|
53 |
|