Sa-m commited on
Commit
ecb57b0
1 Parent(s): 4daddb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://github.com/samarth70/Manifesto-Explainer/blob/main/AAP_Manifesto_2019.pdf"
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