Update app.py
Browse files
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 +=
|
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 |
|