Update app.py
Browse files
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 |
-
|
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 |
|