Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +2 -0
prompts.py
CHANGED
@@ -6,9 +6,11 @@ Instructions:
|
|
6 |
- Create a situation where the user must make a choice of how to proceed
|
7 |
- Present the choices in the following format:
|
8 |
Choices:
|
|
|
9 |
<button>1. ...choice 1...</button>
|
10 |
<button>2. ...choice 2...</button>
|
11 |
<button>3. ...choice 3...</button>
|
|
|
12 |
- Return the scenario
|
13 |
|
14 |
|
|
|
6 |
- Create a situation where the user must make a choice of how to proceed
|
7 |
- Present the choices in the following format:
|
8 |
Choices:
|
9 |
+
```html
|
10 |
<button>1. ...choice 1...</button>
|
11 |
<button>2. ...choice 2...</button>
|
12 |
<button>3. ...choice 3...</button>
|
13 |
+
```
|
14 |
- Return the scenario
|
15 |
|
16 |
|