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

Update app.py

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