Sa-m commited on
Commit
466cd2d
1 Parent(s): ecaa9ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ def analysis(Manifesto,Search):
395
  Search_txt=gr.Textbox()
396
  filePdf = gr.File()
397
  text = gr.outputs.Textbox(label='Context Based Search')
398
- mfw=gr.outputs.Label(label="Most Relevant Topics")
399
  plot1=gr.Image(label='Sentiment Analysis')
400
  plot2=gr.Image(label='Subjectivity Analysis')
401
  plot3=gr.Image(label='Word Cloud')
 
395
  Search_txt=gr.Textbox()
396
  filePdf = gr.File()
397
  text = gr.outputs.Textbox(label='Context Based Search')
398
+ mfw=gr.Label(label="Most Relevant Topics")
399
  plot1=gr.Image(label='Sentiment Analysis')
400
  plot2=gr.Image(label='Subjectivity Analysis')
401
  plot3=gr.Image(label='Word Cloud')