dhmeltzer commited on
Commit
4ce881c
·
1 Parent(s): 3c68393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def main():
44
  To perform the search we use FAISS, which performs an efficient similarity search through the (vectorized) questions.
45
  The ELI5 dataset contains posts from three subreddits, AskScience (asks), AskHistorians (askh), and ExplainLikeImFive (eli5).
46
  The score corresponds to the rating each answer recieved when posted on Reddit.
47
- Use the slider on the left to change the number of results shown.
48
  We unfortunately cannot verify the veracity of any of the answers posted!""")
49
 
50
 
 
44
  To perform the search we use FAISS, which performs an efficient similarity search through the (vectorized) questions.
45
  The ELI5 dataset contains posts from three subreddits, AskScience (asks), AskHistorians (askh), and ExplainLikeImFive (eli5).
46
  The score corresponds to the rating each answer recieved when posted on Reddit.
47
+ \n You can use the slider on the left to change the number of results shown.
48
  We unfortunately cannot verify the veracity of any of the answers posted!""")
49
 
50