etweedy commited on
Commit
620960d
·
1 Parent(s): 05840d9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -136,7 +136,9 @@ with st.expander('Click to read more about the model...'):
136
  ```
137
  ''')
138
  st.markdown('''
139
- Please type or paste a context paragraph and question you'd like to ask about it. The model will attempt to answer the question, or otherwise will report that it cannot. Your results will appear below the question field when the model is finished running.
 
 
140
 
141
  Alternatively, you can try an example by clicking one of the buttons below:
142
  ''')
 
136
  ```
137
  ''')
138
  st.markdown('''
139
+ Please type or paste a context paragraph and question you'd like to ask about it. The model will attempt to answer the question based on the context you provided. If the model cannot find the answer in the context, it will tell you so - the model is also trained to recognize when the context doesn't provide the answer.
140
+
141
+ Your results will appear below the question field when the model is finished running.
142
 
143
  Alternatively, you can try an example by clicking one of the buttons below:
144
  ''')