Update config.py
Browse files
config.py
CHANGED
@@ -28,26 +28,3 @@ All code is written in a single code block to form a complete code file for disp
|
|
28 |
Output only the HTML, without any additional descriptive text.
|
29 |
"""
|
30 |
|
31 |
-
DEMO_LIST = [
|
32 |
-
{
|
33 |
-
"card": {
|
34 |
-
"index": 0,
|
35 |
-
},
|
36 |
-
"title": "Start!",
|
37 |
-
"description": "Help me design an interface with a purple button that says 'Start!'. When the button is clicked, display a countdown from 5 in a very large font for 5 seconds.",
|
38 |
-
},
|
39 |
-
{
|
40 |
-
"card": {
|
41 |
-
"index": 1,
|
42 |
-
},
|
43 |
-
"title": "Spam with emojis!",
|
44 |
-
"description": "Write code in a single HTML file: Capture the click event, place a random number of emojis at the click position, and add gravity and collision effects to each emoji."
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"card": {
|
48 |
-
"index": 2,
|
49 |
-
},
|
50 |
-
"title": "TODO list",
|
51 |
-
"description": "I want a TODO list that allows me to add tasks, delete tasks, and I would like the overall color theme to be purple."
|
52 |
-
},
|
53 |
-
]
|
|
|
28 |
Output only the HTML, without any additional descriptive text.
|
29 |
"""
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|