Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -361,13 +361,15 @@ def logo(db_update_date, db_size_bio, db_size_med):
|
|
361 |
</div>
|
362 |
</div>
|
363 |
<div style='text-align: center; margin-top: 10px;'>
|
364 |
-
|
|
|
365 |
<p>How to use:
|
366 |
<br><strong>1</strong>: Enter your search query (Optional modification "Number of results to show")
|
367 |
<br><strong>2</strong>: Click the Enter key or Click "Search" to preview it.
|
368 |
<br><strong>3</strong>: Enter summary prompt in the below input box.
|
369 |
<br><strong>4</strong>: Click "AI summary" to summarize the search results above.
|
370 |
</p>
|
|
|
371 |
Last database update: {db_update_date}; Database size: bioRxiv: {db_size_bio} / medRxiv: {db_size_med} entries
|
372 |
</div>
|
373 |
<br>
|
|
|
361 |
</div>
|
362 |
</div>
|
363 |
<div style='text-align: center; margin-top: 10px;'>
|
364 |
+
<h3 style='color: black;'>An LLM-based search and summary tool from biorxiv and medrxiv</h3>
|
365 |
+
</div>
|
366 |
<p>How to use:
|
367 |
<br><strong>1</strong>: Enter your search query (Optional modification "Number of results to show")
|
368 |
<br><strong>2</strong>: Click the Enter key or Click "Search" to preview it.
|
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: center; margin-top: 10px;'>
|
373 |
Last database update: {db_update_date}; Database size: bioRxiv: {db_size_bio} / medRxiv: {db_size_med} entries
|
374 |
</div>
|
375 |
<br>
|