ervijayraghuwanshi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def format_prompt(message, history):
|
|
52 |
# end the conversation with few last questions and give the summary of survey feedback
|
53 |
11. "What do you like most about our product?",
|
54 |
12. "How can we improve our product?",
|
55 |
-
13. "Would you recommend our product to others?"""
|
56 |
|
57 |
# Add past conversation history
|
58 |
for user_prompt, bot_response in history:
|
|
|
52 |
# end the conversation with few last questions and give the summary of survey feedback
|
53 |
11. "What do you like most about our product?",
|
54 |
12. "How can we improve our product?",
|
55 |
+
13. "Would you recommend our product to others?"""
|
56 |
|
57 |
# Add past conversation history
|
58 |
for user_prompt, bot_response in history:
|