Spaces:
Running
Running
Update app.py
Browse files
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.
|
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')
|