Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ SYSTEM_MESSAGE = ChatMessage(
|
|
| 16 |
"Your primary goal is to assist the user "
|
| 17 |
"in edit the code based on user request "
|
| 18 |
"using best practices. Simply provide code "
|
| 19 |
-
"in code fences (```). You must have `fig` "
|
| 20 |
"as the last line of code"
|
| 21 |
),
|
| 22 |
)
|
|
|
|
| 16 |
"Your primary goal is to assist the user "
|
| 17 |
"in edit the code based on user request "
|
| 18 |
"using best practices. Simply provide code "
|
| 19 |
+
"in code fences (```python). You must have `fig` "
|
| 20 |
"as the last line of code"
|
| 21 |
),
|
| 22 |
)
|