C2MV commited on
Commit
4ff23a9
1 Parent(s): 63912a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -472,7 +472,7 @@ class PaperDownloader:
472
  downloaded_links = []
473
 
474
  # Download PDFs
475
- for doi in tqdm(dois, desc="Downloading papers")):
476
  try:
477
  # Try to download with multiple methods with retries
478
  pdf_content = self.download_with_retry(doi)
 
472
  downloaded_links = []
473
 
474
  # Download PDFs
475
+ for doi in tqdm(dois, desc="Downloading papers"):
476
  try:
477
  # Try to download with multiple methods with retries
478
  pdf_content = self.download_with_retry(doi)