Spaces:
Sleeping
Sleeping
css update
Browse files- 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
|
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
|