Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +6 -0
prompts.py
CHANGED
|
@@ -7,9 +7,15 @@ Instructions:
|
|
| 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 |
|
|
|
|
| 7 |
- Present the choices in the following format:
|
| 8 |
Choices:
|
| 9 |
```html
|
| 10 |
+
<html>
|
| 11 |
+
<body>
|
| 12 |
+
<div>
|
| 13 |
<button>1. ...choice 1...</button>
|
| 14 |
<button>2. ...choice 2...</button>
|
| 15 |
<button>3. ...choice 3...</button>
|
| 16 |
+
</div>
|
| 17 |
+
</body>
|
| 18 |
+
</html>
|
| 19 |
```
|
| 20 |
- Return the scenario
|
| 21 |
|