Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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)
|