Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Entz
/
llm_2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lorentz
commited on
Feb 2, 2024
Commit
f0e6a72
·
verified
·
1 Parent(s):
41384fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,5 +41,5 @@ if submit:
41
response = load_answer(user_input)
42
st.subheader("Answer:")
43
44
-
st.write(response,key= 1)
45
41
response = load_answer(user_input)
42
st.subheader("Answer:")
43
44
+
st.write(response,key= 1)
45