ahuang11 commited on
Commit
a0bf383
1 Parent(s): 2eb1d31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )