Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -514,7 +514,7 @@ def generate_eval(raw_text, N, chunk):
|
|
514 |
eval_set.append(qa)
|
515 |
ques_update.info("Creating Question:",i+1)
|
516 |
except Exception as e:
|
517 |
-
warn_update.
|
518 |
#st.write(e)
|
519 |
eval_set_full = list(itertools.chain.from_iterable(eval_set))
|
520 |
|
|
|
514 |
eval_set.append(qa)
|
515 |
ques_update.info("Creating Question:",i+1)
|
516 |
except Exception as e:
|
517 |
+
warn_update.info('Error generating question %s.' % str(i+1))
|
518 |
#st.write(e)
|
519 |
eval_set_full = list(itertools.chain.from_iterable(eval_set))
|
520 |
|