Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|