Update app.py
Browse files
app.py
CHANGED
|
@@ -377,8 +377,8 @@ def gen_qa_who(df):
|
|
| 377 |
else:
|
| 378 |
verification_status = 'Verified False'
|
| 379 |
rouge_l_scores.append(verification_status)
|
| 380 |
-
|
| 381 |
-
|
| 382 |
else:
|
| 383 |
list_of_ques_who="No claims"
|
| 384 |
list_of_ans_who=""
|
|
|
|
| 377 |
else:
|
| 378 |
verification_status = 'Verified False'
|
| 379 |
rouge_l_scores.append(verification_status)
|
| 380 |
+
except:
|
| 381 |
+
pass
|
| 382 |
else:
|
| 383 |
list_of_ques_who="No claims"
|
| 384 |
list_of_ans_who=""
|