OOlajide commited on
Commit
8f0324b
1 Parent(s): d6cc54f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -34,6 +34,8 @@ def generation_model():
34
 
35
  if option == "Extractive question answering":
36
  st.markdown("<h2 style='text-align: center; color:grey;'>Extract answer from text</h2>", unsafe_allow_html=True)
 
 
37
  source = st.radio("How would you like to start? Choose an option below", ["I want to input some text", "I want to upload a file"])
38
  sample_question = "What did the shepherd boy do to amuse himself?"
39
  if source == "I want to input some text":
 
34
 
35
  if option == "Extractive question answering":
36
  st.markdown("<h2 style='text-align: center; color:grey;'>Extract answer from text</h2>", unsafe_allow_html=True)
37
+ st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>What is extractive question answering about?<b></h3>", unsafe_allow_html=True)
38
+ st.write("Extractive Question Answering is a part of Natural Language Processing where textual context is provided for a model so that the model can refer to it and make predictions about where the answer to a question is inside the text.")
39
  source = st.radio("How would you like to start? Choose an option below", ["I want to input some text", "I want to upload a file"])
40
  sample_question = "What did the shepherd boy do to amuse himself?"
41
  if source == "I want to input some text":