Anne31415 commited on
Commit
7a72298
1 Parent(s): 264d388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -123,7 +123,10 @@ def handle_no_answer(response):
123
  "Sorry, I don't have enough context to answer that question.",
124
  "I don't have enough context to answer that question.",
125
  "to answer that question.",
126
- "Sorry"
 
 
 
127
 
128
  ]
129
 
 
123
  "Sorry, I don't have enough context to answer that question.",
124
  "I don't have enough context to answer that question.",
125
  "to answer that question.",
126
+ "Sorry",
127
+ "I'm sorry",
128
+ "I don't understand the question",
129
+ "I don't understand"
130
 
131
  ]
132