Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -600,10 +600,10 @@ with gr.Blocks(title='Manifesto Analysis') as demo:
|
|
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
|
|
|
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
|