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