Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ with intro_container:
|
|
166 |
```
|
167 |
''')
|
168 |
st.markdown('''
|
169 |
-
Use the menu
|
170 |
1. A basic Q&A tool which allows the user to ask the model to search a user-provided context paragraph for the answer to a user-provided question.
|
171 |
2. A user-guided Wiki Q&A tool which allows the user to search for one or more Wikipedia pages and ask the model to search those pages for the answer to a user-provided question.
|
172 |
3. An automated Wiki Q&A tool which asks the model to perform retrieve its own Wikipedia pages in order to answer the user-provided question.
|
|
|
166 |
```
|
167 |
''')
|
168 |
st.markdown('''
|
169 |
+
Use the menu at the top to navigate between tabs containing several tools:
|
170 |
1. A basic Q&A tool which allows the user to ask the model to search a user-provided context paragraph for the answer to a user-provided question.
|
171 |
2. A user-guided Wiki Q&A tool which allows the user to search for one or more Wikipedia pages and ask the model to search those pages for the answer to a user-provided question.
|
172 |
3. An automated Wiki Q&A tool which asks the model to perform retrieve its own Wikipedia pages in order to answer the user-provided question.
|