Update constants.py
Browse files- constants.py +0 -2
constants.py
CHANGED
@@ -52,5 +52,3 @@ Always output only the HTML code inside a ```html ... ``` code block, and do not
|
|
52 |
|
53 |
TRANSFORMERS_JS_SYSTEM_PROMPT = """You are an expert web developer creating a transformers.js application. You will generate THREE separate files: index.html, index.js, and style.css.
|
54 |
IMPORTANT: You MUST output ALL THREE files in the following format:
|
55 |
-
```html
|
56 |
-
<!-- index.html content here -->
|
|
|
52 |
|
53 |
TRANSFORMERS_JS_SYSTEM_PROMPT = """You are an expert web developer creating a transformers.js application. You will generate THREE separate files: index.html, index.js, and style.css.
|
54 |
IMPORTANT: You MUST output ALL THREE files in the following format:
|
|
|
|