Spaces:
Runtime error
Runtime error
Altered the analysis prompt
Browse files
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.
|
|
|
|
|
|
|
| 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 ---
|