kxx-kkk commited on
Commit
528e5aa
·
verified ·
1 Parent(s): 2da57d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>Wha
25
  st.write("Extractive question answering is a Natural Language Processing task where text is provided for a model so that the model can refer to it and make predictions about where the answer to a question is.")
26
  st.markdown('___')
27
 
28
- source = st.radio("How would you upload the essay? Choose an option below", ["I want to input some text", "I want to upload a file"])
29
 
30
  sample_question = "What is NLP?"
31
 
 
25
  st.write("Extractive question answering is a Natural Language Processing task where text is provided for a model so that the model can refer to it and make predictions about where the answer to a question is.")
26
  st.markdown('___')
27
 
28
+ # source = st.radio("How would you upload the essay? Choose an option below", ["I want to input some text", "I want to upload a file"])
29
 
30
  sample_question = "What is NLP?"
31