emmunger commited on
Commit
ba5f73b
·
verified ·
1 Parent(s): 92a1586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def main():
228
  f"- Pest Outbreak Likely? {pest_flag}\n"
229
  f"- Disease Present? {disease_flag}\n"
230
  f"- Predicted Yield: {predicted_yield:.2f} t/ha\n\n"
231
- f"You are an agricultral agent. Your task is to help farmers create detailed, clear, comprehensive, and actionable plans for optimal results. Do this using the data provided. Provide 3 options for actionable plans with different budgets. Take deep breaths, this is a tough one."
232
  )
233
 
234
  response = call_gpt(prompt_text)
 
228
  f"- Pest Outbreak Likely? {pest_flag}\n"
229
  f"- Disease Present? {disease_flag}\n"
230
  f"- Predicted Yield: {predicted_yield:.2f} t/ha\n\n"
231
+ f"You are an agricultral agent. Your task is to help farmers create detailed, clear, comprehensive, and actionable plans for optimal results. Do this using the data provided. Take deep breaths, this is a tough one."
232
  )
233
 
234
  response = call_gpt(prompt_text)