Omnibus commited on
Commit
48a0f40
1 Parent(s): 9cec339

Update prompts.py

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