Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ url = "http://library.bjp.org/jspui/bitstream/123456789/2988/1/BJP-Election-engl
|
|
178 |
path_input = "./Bjp_Manifesto_2019.pdf'"
|
179 |
urllib.request.urlretrieve(url, filename=path_input)
|
180 |
|
181 |
-
url="https://
|
182 |
path_input = "./Aap_Manifesto_2019.pdf"
|
183 |
urllib.request.urlretrieve(url, filename=path_input)
|
184 |
|
|
|
178 |
path_input = "./Bjp_Manifesto_2019.pdf'"
|
179 |
urllib.request.urlretrieve(url, filename=path_input)
|
180 |
|
181 |
+
url="https://drive.google.com/uc?id=1BLCiy_BWilfVdrUH8kbO-44DJevwO5CG&export=download"
|
182 |
path_input = "./Aap_Manifesto_2019.pdf"
|
183 |
urllib.request.urlretrieve(url, filename=path_input)
|
184 |
|