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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ def analysis(Manifesto,Search):
394
 
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')
 
394
 
395
  Search_txt=gr.Textbox()
396
  filePdf = gr.File()
397
+ text = gr.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')