Spaces:
Runtime error
Runtime error
Commit
Β·
d0cd232
1
Parent(s):
9121f2c
Upload 3 files
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ nlp = pipeline('question-answering', model='deepset/roberta-base-squad2', tokeni
|
|
22 |
|
23 |
text = form.text_area('Gimme Stuff To Study π')
|
24 |
|
25 |
-
submit_button = form.form_submit_button(label='
|
26 |
|
27 |
st.markdown('---')
|
28 |
ques=st.text_input('Ask Me Anything From The Information You Have Given')
|
|
|
22 |
|
23 |
text = form.text_area('Gimme Stuff To Study π')
|
24 |
|
25 |
+
submit_button = form.form_submit_button(label='Study This')
|
26 |
|
27 |
st.markdown('---')
|
28 |
ques=st.text_input('Ask Me Anything From The Information You Have Given')
|