C2MV commited on
Commit
419af55
1 Parent(s): 0a151ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="soft",
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