Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
Newcode
like
1
Sleeping
App
Files
Files
Community
4
Ankush05
commited on
Oct 10, 2023
Commit
e9cea2c
·
1 Parent(s):
7e0db7b
this
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,6 @@ def Chatbot():
27
ans =convo(umsg)
28
with st.chat_message("assistant"):
29
st.write(ans)
30
-
27
ans =convo(umsg)
28
with st.chat_message("assistant"):
29
st.write(ans)
30
+
31
+
32
+
Chatbot()