jackkuo commited on
Commit
6364266
·
verified ·
1 Parent(s): e3f3eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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>: Enter summary prompt in the below input box.
370
- <br><strong>4</strong>: Click "AI summary" to summarize the search results above.
 
 
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