Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
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 11, 2023
Commit
9ba37a6
·
1 Parent(s):
bb7dd79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,7 +47,7 @@ def Chatbot():
47
with st.chat_message("assistant"):
48
st.write(umsg)
49
50
-
Chatbot()
51
52
53
47
with st.chat_message("assistant"):
48
st.write(umsg)
49
50
+
Chatbot()
51
52
53