wt002 commited on
Commit
14783cd
·
verified ·
1 Parent(s): 2eb3b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ class DataAnalysisTool(Tool):
210
  return f"Data analysis error: {str(e)}. Please check file content and operation."
211
 
212
  # --- Agent Initialization ---
213
- class ResearchAgent:
214
  def __init__(self):
215
  self.model = HfApiModel(
216
  temperature=0.0, # Slightly increased temperature for more creative responses if appropriate
 
210
  return f"Data analysis error: {str(e)}. Please check file content and operation."
211
 
212
  # --- Agent Initialization ---
213
+ class BasicAgent:
214
  def __init__(self):
215
  self.model = HfApiModel(
216
  temperature=0.0, # Slightly increased temperature for more creative responses if appropriate