Omnibus commited on
Commit
9cec339
·
verified ·
1 Parent(s): d0dced1

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -0
prompts.py CHANGED
@@ -6,9 +6,11 @@ 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
  <button>1. ...choice 1...</button>
10
  <button>2. ...choice 2...</button>
11
  <button>3. ...choice 3...</button>
 
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
+ ```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
 
16