Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Ankush05
/
Newcode
like
1
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
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()