Sa-m commited on
Commit
703ac6e
1 Parent(s): dd57fb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ plot3=gr.outputs.Image(label='Word Cloud')
400
  plot4=gr.outputs.Image(label='Frequency Distribution')
401
  plot5=gr.outputs.Image(label='Dispersion Plot')
402
 
403
- io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['manifestos/Bjp_Manifesto_2019.pdf','modi'],['manifestos/AAP_Manifesto_2019.pdf','delhi'],['manifestos/Congress_Manifesto_2019.pdf','safety']],theme='dark-peach')
404
  io.launch(debug=True,share=False)
405
  #,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./AAP_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
406
  #allow_screenshot=False, allow_flagging="never",
 
400
  plot4=gr.outputs.Image(label='Frequency Distribution')
401
  plot5=gr.outputs.Image(label='Dispersion Plot')
402
 
403
+ io=gr.Interface(fn=analysis, inputs=[filePdf,Search_txt], outputs=[text,mfw,plot1,plot2,plot3,plot4,plot5], title='Manifesto Analysis',examples=[['manifestos/Bjp_Manifesto_2019.pdf','modi'],['manifestos/AAP_Manifesto_2019.pdf','delhi'],['manifestos/Congress_Manifesto_2019.pdf','safety']],theme='peach')
404
  io.launch(debug=True,share=False)
405
  #,examples=[['./Bjp_Manifesto_2019.pdf','india'],['./AAP_Manifesto_2019.pdf',],['./Congress_Manifesto_2019.pdf',]]
406
  #allow_screenshot=False, allow_flagging="never",