Spaces:
Runtime error
Runtime error
shripadbhat
commited on
Commit
•
a9d3bf8
1
Parent(s):
115644a
Update app.py
Browse files
app.py
CHANGED
@@ -60,5 +60,5 @@ def fetch_answers(question, document ):
|
|
60 |
query = st.text_area("Query", "", height=25)
|
61 |
document = st.text_area("Document Text", "", height=100)
|
62 |
|
63 |
-
if st.button("Get Answers"):
|
64 |
st.markdown(fetch_answers(query, document))
|
|
|
60 |
query = st.text_area("Query", "", height=25)
|
61 |
document = st.text_area("Document Text", "", height=100)
|
62 |
|
63 |
+
if st.button("Get Answers From Document"):
|
64 |
st.markdown(fetch_answers(query, document))
|