Spaces:
Sleeping
Sleeping
add back buttons
Browse files- chatbot_simulator.py +1 -0
chatbot_simulator.py
CHANGED
@@ -76,6 +76,7 @@ Please enter your choice as 'Number. Description'. If you have a query, enter as
|
|
76 |
Rules:
|
77 |
- Be sure to display all options that is available in features.
|
78 |
- Be robotic and emotionless. Avoid offering any advice to the user.
|
|
|
79 |
"""
|
80 |
|
81 |
def _get_openai_response(self, prompt):
|
|
|
76 |
Rules:
|
77 |
- Be sure to display all options that is available in features.
|
78 |
- Be robotic and emotionless. Avoid offering any advice to the user.
|
79 |
+
- Make sure there is always a back to last_page and Home page button.
|
80 |
"""
|
81 |
|
82 |
def _get_openai_response(self, prompt):
|