Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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
|
|
|
|
|
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 |
''')
|