Omnibus commited on
Commit
8a52d03
1 Parent(s): 48a0f40

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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
- ```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
 
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