Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,6 +338,8 @@ def main():
|
|
| 338 |
Analyze this business data and generate a comprehensive report with key insights and recommendations.
|
| 339 |
Data:
|
| 340 |
{json.dumps(json_data, indent=2)}
|
|
|
|
|
|
|
| 341 |
"""
|
| 342 |
response = model.generate_content(prompt)
|
| 343 |
report = response.text
|
|
|
|
| 338 |
Analyze this business data and generate a comprehensive report with key insights and recommendations.
|
| 339 |
Data:
|
| 340 |
{json.dumps(json_data, indent=2)}
|
| 341 |
+
|
| 342 |
+
No introductory quips or salutations or follow up questions, just write the report
|
| 343 |
"""
|
| 344 |
response = model.generate_content(prompt)
|
| 345 |
report = response.text
|