Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,10 +53,11 @@ def csvChat(ques, data):
|
|
| 53 |
df.to_csv(temp_csv_path, index=False)
|
| 54 |
|
| 55 |
prompt = f"""
|
| 56 |
-
Taks: You are a business analyst, based on the data you provide, important business insights.
|
| 57 |
PARAMENTES: {ques}
|
| 58 |
Requirements:
|
| 59 |
- Perform in-depth analysis
|
|
|
|
| 60 |
- Never provide code of pandas, that how you reached the solution
|
| 61 |
- Only insight needs to be provided
|
| 62 |
RETURN_TYPE:
|
|
|
|
| 53 |
df.to_csv(temp_csv_path, index=False)
|
| 54 |
|
| 55 |
prompt = f"""
|
| 56 |
+
Taks: You are a business analyst and data analyst, based on the data you provide, important business insights and analysis.
|
| 57 |
PARAMENTES: {ques}
|
| 58 |
Requirements:
|
| 59 |
- Perform in-depth analysis
|
| 60 |
+
- Always return answer in english language.
|
| 61 |
- Never provide code of pandas, that how you reached the solution
|
| 62 |
- Only insight needs to be provided
|
| 63 |
RETURN_TYPE:
|