Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
garyd1
/
SimpleChatbotApplication
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
garyd1
commited on
Jan 2
Commit
ddbe1e0
·
verified
·
1 Parent(s):
0900847
Beta version 3
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -58,4 +58,5 @@ if submit:
58
resp=load_answer(user_input)
59
st.subheader("Answer: ")
60
st.write(resp,key=1)
61
58
resp=load_answer(user_input)
59
st.subheader("Answer: ")
60
st.write(resp,key=1)
61
+
62