Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -392,7 +392,7 @@ def analysis(Manifesto,Search):
|
|
392 |
return searChRes,fdist_Party,img1,img2,img3,img4,img5
|
393 |
|
394 |
|
395 |
-
Search_txt=
|
396 |
filePdf = gr.File()
|
397 |
text = gr.Textbox(label='Context Based Search')
|
398 |
mfw=gr.Label(label="Most Relevant Topics")
|
|
|
392 |
return searChRes,fdist_Party,img1,img2,img3,img4,img5
|
393 |
|
394 |
|
395 |
+
Search_txt= "text"
|
396 |
filePdf = gr.File()
|
397 |
text = gr.Textbox(label='Context Based Search')
|
398 |
mfw=gr.Label(label="Most Relevant Topics")
|