seonglae commited on
Commit
d4f2948
1 Parent(s): c5fe6e8

docs: 21milion passages real time

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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