Spaces:
Sleeping
Sleeping
docs: 21milion passages real time
Browse files- .gitignore +1 -0
- app.py +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.hypothesis
|
app.py
CHANGED
|
@@ -17,6 +17,7 @@ st.header(TITLE)
|
|
| 17 |
st.markdown('''
|
| 18 |
<h6>Ask short-answer question that can be find in Wikipedia data.</h6>
|
| 19 |
''', unsafe_allow_html=True)
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
@st.cache_resource
|
|
|
|
| 17 |
st.markdown('''
|
| 18 |
<h6>Ask short-answer question that can be find in Wikipedia data.</h6>
|
| 19 |
''', unsafe_allow_html=True)
|
| 20 |
+
st.markdown('This demo retrieves the original context from 21,000,000 wikipedia passages in real-time')
|
| 21 |
|
| 22 |
|
| 23 |
@st.cache_resource
|