Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
ChatBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ankush05
commited on
Sep 18, 2023
Commit
3eccd00
·
1 Parent(s):
6ecd566
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -11,4 +11,6 @@ def chatbot():
11
answer = convo(umsg)
12
with st.chat_message("Assistant"):
13
st.write(answer)
14
11
answer = convo(umsg)
12
with st.chat_message("Assistant"):
13
st.write(answer)
14
+
15
+
chatbot()
16