Update app.py
Browse files
app.py
CHANGED
|
@@ -43,6 +43,8 @@ def upload_file(file):
|
|
| 43 |
|
| 44 |
import textwrap
|
| 45 |
|
|
|
|
|
|
|
| 46 |
|
| 47 |
# Initialize the agent
|
| 48 |
agent = CodeAgent(
|
|
|
|
| 43 |
|
| 44 |
import textwrap
|
| 45 |
|
| 46 |
+
additional_notes = "Please note: Perform a comprehensive analysis including visualizations and insights."
|
| 47 |
+
|
| 48 |
|
| 49 |
# Initialize the agent
|
| 50 |
agent = CodeAgent(
|