Woziii commited on
Commit
c25b2a8
·
verified ·
1 Parent(s): 0bb0625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def post_process_response(response, is_short_response):
137
  truncated_sentences.append(sentence)
138
 
139
  if '?' in sentence:
140
- question_count += 1
141
  if question_count >= max_questions:
142
  break
143
 
 
137
  truncated_sentences.append(sentence)
138
 
139
  if '?' in sentence:
140
+ question_count += 2
141
  if question_count >= max_questions:
142
  break
143