pavanmutha commited on
Commit
ec81562
·
verified ·
1 Parent(s): a6cb357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -75,10 +75,6 @@ def run_agent(_):
75
  )
76
  return analysis_result
77
 
78
- # Update the Gradio button to pass the cleaned data (df_global)
79
- agent_btn.click(fn=run_agent, inputs=None, outputs=insights_output)
80
-
81
-
82
 
83
  # Optionally, you can inspect the results
84
  print(analysis_result)
 
75
  )
76
  return analysis_result
77
 
 
 
 
 
78
 
79
  # Optionally, you can inspect the results
80
  print(analysis_result)