jzou19950715 commited on
Commit
7c80102
·
verified ·
1 Parent(s): e5bb249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -215,9 +215,9 @@ def analyze_data(
215
  User request: {query}
216
 
217
  Please analyze the data and provide:
218
- 1. Clear explanation of approach
219
- 2. Code with visualizations
220
- 3. Key insights and findings
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)