Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +3 -11
prompts.py
CHANGED
@@ -6,17 +6,9 @@ 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 |
-
|
10 |
-
|
11 |
-
|
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 |
|
22 |
|
|
|
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 |
+
1. ...choice 1...
|
10 |
+
2. ...choice 2...
|
11 |
+
3. ...choice 3...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- Return the scenario
|
13 |
|
14 |
|