Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -365,9 +365,11 @@ def logo(db_update_date, db_size_bio, db_size_med):
|
|
365 |
</div>
|
366 |
<p>How to use:
|
367 |
<br><strong>1</strong>: Enter your search query (Optional modification "Top k results to display")
|
368 |
-
<br><strong>2</strong>: Press Enter in the query box or click the search button to search.
|
369 |
-
<br><strong>3</strong>:
|
370 |
-
<br><strong>4</strong>:
|
|
|
|
|
371 |
</p>
|
372 |
<div style='text-align: left; margin-top: 10px;'>
|
373 |
Last database update: {db_update_date}; Database size: bioRxiv: {db_size_bio} / medRxiv: {db_size_med} entries
|
|
|
365 |
</div>
|
366 |
<p>How to use:
|
367 |
<br><strong>1</strong>: Enter your search query (Optional modification "Top k results to display")
|
368 |
+
<br><strong>2</strong>: Press Enter in the query box (or click the search button) to search.
|
369 |
+
<br><strong>3</strong>: When the search results are displayed, you can click on the line of interest to view the overview information of this article.
|
370 |
+
<br><strong>4</strong>: If you want to learn more about the paper, you can jump to the paper pdf by clicking on 'Full Text Read' link.
|
371 |
+
<br><strong>5</strong>: Enter summary prompt in the prompt input box.
|
372 |
+
<br><strong>6</strong>: Click "AI summary" to summarize the search results above.
|
373 |
</p>
|
374 |
<div style='text-align: left; margin-top: 10px;'>
|
375 |
Last database update: {db_update_date}; Database size: bioRxiv: {db_size_bio} / medRxiv: {db_size_med} entries
|