Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ def analyze_data(csv_file, additional_notes=""):
|
|
| 133 |
}
|
| 134 |
)
|
| 135 |
|
| 136 |
-
|
| 137 |
f"""Perform comprehensive analysis with:
|
| 138 |
- Learning Rate: {learning_rate}
|
| 139 |
- Batch Size: {batch_size}
|
|
|
|
| 133 |
}
|
| 134 |
)
|
| 135 |
|
| 136 |
+
analysis_result = agent.run(
|
| 137 |
f"""Perform comprehensive analysis with:
|
| 138 |
- Learning Rate: {learning_rate}
|
| 139 |
- Batch Size: {batch_size}
|