Sa-m commited on
Commit
f91c47b
·
verified ·
1 Parent(s): 29d0e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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