Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
Test
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Ankush05
commited on
Oct 12, 2023
Commit
6d6f164
·
1 Parent(s):
0d212c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,6 +10,6 @@ def Chatbot():
10
umsg = bard.get_answer(query)
11
12
st.chat_message("user")
13
-
st.write(["content"][0])
14
15
10
umsg = bard.get_answer(query)
11
12
st.chat_message("user")
13
+
st.write(["content"][0])
14
15