Sa-m commited on
Commit
54c4c01
1 Parent(s): c4f61c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -349,8 +349,7 @@ url="https://drive.google.com/uc?id=1HVZvTtYntl0YKLnE0cwu0CvAIRhXOv60&export=dow
349
  path_input = "./Congress_Manifesto_2019.pdf"
350
  urllib.request.urlretrieve(url, filename=path_input)
351
  '''
352
- def analysis(Manifesto,Search):
353
- plt.close('all')
354
  raw_party = Parsing(Manifesto)
355
  text_Party=clean_text(raw_party)
356
  text_Party= Preprocess(text_Party)
349
  path_input = "./Congress_Manifesto_2019.pdf"
350
  urllib.request.urlretrieve(url, filename=path_input)
351
  '''
352
+ def analysis(Manifesto,Search):
 
353
  raw_party = Parsing(Manifesto)
354
  text_Party=clean_text(raw_party)
355
  text_Party= Preprocess(text_Party)