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
f3ac86b
·
1 Parent(s):
a4eda3c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,7 +15,7 @@ def Chatbot():
15
umsg = quora.get_answer(query)
16
with st.chat_message("user"):
17
18
-
st.write(umsg)
19
20
21
15
umsg = quora.get_answer(query)
16
with st.chat_message("user"):
17
18
+
st.write(umsg
["content"]
)
19
20
21