Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -389,7 +389,7 @@ def create_gradio_interface():
|
|
389 |
],
|
390 |
title="🔬 Academic Paper Batch Downloader",
|
391 |
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.",
|
392 |
-
theme="
|
393 |
examples=[
|
394 |
["example.bib", None, None], # Bibtex File
|
395 |
[None, "10.1038/nature12373", None], # Single DOI
|
|
|
389 |
],
|
390 |
title="🔬 Academic Paper Batch Downloader",
|
391 |
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.",
|
392 |
+
theme="gstaff/sketch",
|
393 |
examples=[
|
394 |
["example.bib", None, None], # Bibtex File
|
395 |
[None, "10.1038/nature12373", None], # Single DOI
|