Update app.py
Browse files
app.py
CHANGED
@@ -215,9 +215,9 @@ def analyze_data(
|
|
215 |
User request: {query}
|
216 |
|
217 |
Please analyze the data and provide:
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
"""
|
222 |
|
223 |
return agent.run(prompt, df=df)
|
|
|
215 |
User request: {query}
|
216 |
|
217 |
Please analyze the data and provide:
|
218 |
+
|
219 |
+
1. Key insights and findings
|
220 |
+
2. Whenever the user request is unclear, proactively interpret them such that it becomes analyzable.
|
221 |
"""
|
222 |
|
223 |
return agent.run(prompt, df=df)
|