Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -393,7 +393,7 @@ def analysis(Manifesto,Search):
|
|
393 |
|
394 |
|
395 |
Search_txt= "text"
|
396 |
-
filePdf =
|
397 |
text = gr.Textbox(label='Context Based Search')
|
398 |
mfw=gr.Label(label="Most Relevant Topics")
|
399 |
plot1=gr.Image(label='Sentiment Analysis')
|
|
|
393 |
|
394 |
|
395 |
Search_txt= "text"
|
396 |
+
filePdf = "file"
|
397 |
text = gr.Textbox(label='Context Based Search')
|
398 |
mfw=gr.Label(label="Most Relevant Topics")
|
399 |
plot1=gr.Image(label='Sentiment Analysis')
|