rairo commited on
Commit
90066c5
·
verified ·
1 Parent(s): 69b4208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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