Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -599,11 +599,7 @@ with gr.Blocks(title='Manifesto Analysis') as demo:
|
|
599 |
submit_btn.click(
|
600 |
fn=analysis,
|
601 |
inputs=[file_input, search_input],
|
602 |
-
outputs=[text, mfw, plot1, plot2, plot3, plot4, plot5, summary_output]
|
603 |
-
_js="""() => {
|
604 |
-
console.log('Button clicked!');
|
605 |
-
return [];
|
606 |
-
}"""
|
607 |
)
|
608 |
|
609 |
# Add a debug print to verify the button is connected
|
|
|
599 |
submit_btn.click(
|
600 |
fn=analysis,
|
601 |
inputs=[file_input, search_input],
|
602 |
+
outputs=[text, mfw, plot1, plot2, plot3, plot4, plot5, summary_output]
|
|
|
|
|
|
|
|
|
603 |
)
|
604 |
|
605 |
# Add a debug print to verify the button is connected
|