SKekana commited on
Commit
74bc2a5
·
1 Parent(s): 46d8006

Altered the analysis prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -77,7 +77,9 @@ Based on all the above information, please provide a concise analysis:
77
  4. Conclude whether the simulation likely achieved the user's original request.
78
  5. If there were any errors or issues, please mention them.
79
 
80
- Present the analysis in a clear, easy-to-understand manner. Avoid overly technical jargon where possible. Return a markdown document.
 
 
81
  """
82
 
83
  # --- Helper Functions ---
 
77
  4. Conclude whether the simulation likely achieved the user's original request.
78
  5. If there were any errors or issues, please mention them.
79
 
80
+ Present the analysis in a clear, easy-to-understand manner. Avoid overly technical jargon where possible.
81
+ Provide ONLY the Markdown code block. Do not include any explanations, comments, or markdown headings before or after the code block itself.
82
+
83
  """
84
 
85
  # --- Helper Functions ---