Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ def getAnalysis(score):
|
|
| 175 |
return 'Positive'
|
| 176 |
|
| 177 |
url = "http://library.bjp.org/jspui/bitstream/123456789/2988/1/BJP-Election-english-2019.pdf"
|
| 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"
|
|
|
|
| 175 |
return 'Positive'
|
| 176 |
|
| 177 |
url = "http://library.bjp.org/jspui/bitstream/123456789/2988/1/BJP-Election-english-2019.pdf"
|
| 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"
|