Sa-m commited on
Commit
3977379
1 Parent(s): fb01522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ url="https://drive.google.com/uc?id=1BLCiy_BWilfVdrUH8kbO-44DJevwO5CG&export=dow
182
  path_input = "./Aap_Manifesto_2019.pdf"
183
  urllib.request.urlretrieve(url, filename=path_input)
184
 
185
- url="https://drive.google.com/file/d/1HVZvTtYntl0YKLnE0cwu0CvAIRhXOv60/view?usp=sharing"
186
  path_input = "/Congress_Manifesto_2019.pdf"
187
  urllib.request.urlretrieve(url, filename=path_input)
188
 
 
182
  path_input = "./Aap_Manifesto_2019.pdf"
183
  urllib.request.urlretrieve(url, filename=path_input)
184
 
185
+ url="https://drive.google.com/uc?id=1HVZvTtYntl0YKLnE0cwu0CvAIRhXOv60&export=download"
186
  path_input = "/Congress_Manifesto_2019.pdf"
187
  urllib.request.urlretrieve(url, filename=path_input)
188