C2MV commited on
Commit
bf04e26
1 Parent(s): 7f4e95d

Update app.py

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