Update constants.py
Browse files- constants.py +2 -0
constants.py
CHANGED
@@ -112,3 +112,5 @@ DEMO_LIST = [
|
|
112 |
{"title": "Search/Replace Example", "description": "Generate HTML first, then ask: 'Change the title to My New Title' or 'Add a blue background to the body'"},
|
113 |
{"title": "Transformers.js App", "description": "Create a transformers.js application with AI/ML functionality using the transformers.js library"}
|
114 |
]
|
|
|
|
|
|
112 |
{"title": "Search/Replace Example", "description": "Generate HTML first, then ask: 'Change the title to My New Title' or 'Add a blue background to the body'"},
|
113 |
{"title": "Transformers.js App", "description": "Create a transformers.js application with AI/ML functionality using the transformers.js library"}
|
114 |
]
|
115 |
+
```html
|
116 |
+
<!-- index.html content here -->
|