Spaces:
Sleeping
Sleeping
Commit
·
69c29cf
1
Parent(s):
d2e3798
fix prompt
Browse files- src/index.mts +1 -1
src/index.mts
CHANGED
@@ -97,7 +97,7 @@ Generate the following: ${req.query.prompt}
|
|
97 |
- All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
|
98 |
- You MUST use English, not Latin! (I repeat: do NOT write lorem ipsum!)
|
99 |
- No need to write code comments, so please make the code compact (short function names etc)
|
100 |
-
- Use a central layout by wrapping everything in a \`<div class="flex flex-col
|
101 |
# HTML output
|
102 |
${prefix}`
|
103 |
|
|
|
97 |
- All the JS code will be written directly inside the page, using <script type="text/javascript">...</script>
|
98 |
- You MUST use English, not Latin! (I repeat: do NOT write lorem ipsum!)
|
99 |
- No need to write code comments, so please make the code compact (short function names etc)
|
100 |
+
- Use a central layout by wrapping everything in a \`<div class="flex flex-col items-center">\`
|
101 |
# HTML output
|
102 |
${prefix}`
|
103 |
|