nickmuchi commited on
Commit
6df4b13
1 Parent(s): 822959f

Update functions.py

Browse files
Files changed (1) hide show
  1. 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.warning('Error generating question %s.' % str(i+1), icon="⚠️")
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