ervijayraghuwanshi commited on
Commit
3ff0bbb
1 Parent(s): 98adb4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: