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