pavanmutha commited on
Commit
d189610
·
verified ·
1 Parent(s): 49a7e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def run_agent(_):
76
  }
77
  )
78
 
79
- print(analysis_result) # Safe to print here if you're debugging
80
  return analysis_result
81
 
82
 
 
76
  }
77
  )
78
 
79
+ # print(analysis_result) # Safe to print here if you're debugging
80
  return analysis_result
81
 
82