Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afiz
/
qna
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
afiz
commited on
Dec 12, 2023
Commit
327a623
·
1 Parent(s):
1d0de55
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,5 +16,5 @@ response = get_answer_from_open_ai(question)
16
17
submit = st.button('Get the Answer')
18
19
-
if
sumbit
:
20
st.write(response)
16
17
submit = st.button('Get the Answer')
18
19
+
if
submit
:
20
st.write(response)