Update app.py
Browse files
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)
|