Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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 |
|