Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -371,7 +371,7 @@ def create_gradio_interface():
|
|
371 |
],
|
372 |
title="🔬 Academic Paper Batch Downloader",
|
373 |
description="Upload a BibTeX file or enter DOIs to download PDFs. We'll attempt to fetch PDFs from multiple sources like Sci-Hub, Libgen, Google Scholar and Crossref. You can use any of the three inputs at any moment.",
|
374 |
-
theme="
|
375 |
examples=[
|
376 |
["example.bib", None, None], # Bibtex File
|
377 |
[None, "10.1038/nature12373", None], # Single DOI
|
|
|
371 |
],
|
372 |
title="🔬 Academic Paper Batch Downloader",
|
373 |
description="Upload a BibTeX file or enter DOIs to download PDFs. We'll attempt to fetch PDFs from multiple sources like Sci-Hub, Libgen, Google Scholar and Crossref. You can use any of the three inputs at any moment.",
|
374 |
+
theme="Hev832/Applio",
|
375 |
examples=[
|
376 |
["example.bib", None, None], # Bibtex File
|
377 |
[None, "10.1038/nature12373", None], # Single DOI
|