jjz5463 commited on
Commit
3e24e07
·
1 Parent(s): 41d7bd8

css update

Browse files
Files changed (1) hide show
  1. chatbot_simulator.py +1 -1
chatbot_simulator.py CHANGED
@@ -60,7 +60,7 @@ Provide instructions or request input from the user. If the user provides an inv
60
  "Invalid action. Please select a valid option."
61
 
62
  ### Instruction Format:
63
- <if actions is non-empty: You have successfully done {self.actions[-1]}> You are at the {current_page} page. You have the following options:
64
  1. Feature 1
65
  2. Feature 2
66
  3. Feature 3
 
60
  "Invalid action. Please select a valid option."
61
 
62
  ### Instruction Format:
63
+ <if actions is non-empty: You have successfully done actions[-1]>> You are at the {current_page} page. You have the following options:
64
  1. Feature 1
65
  2. Feature 2
66
  3. Feature 3