nickmuchi commited on
Commit
508665b
1 Parent(s): d29d938

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -283,7 +283,7 @@ def generate_eval(raw_text, N, chunk):
283
  st.write("Creating Question:",i+1)
284
  except Exception as e:
285
  st.warning('Error generating question %s.' % str(i+1), icon="⚠️")
286
- st.write(e)
287
  eval_set_full = list(itertools.chain.from_iterable(eval_set))
288
  return eval_set_full
289
 
 
283
  st.write("Creating Question:",i+1)
284
  except Exception as e:
285
  st.warning('Error generating question %s.' % str(i+1), icon="⚠️")
286
+ #st.write(e)
287
  eval_set_full = list(itertools.chain.from_iterable(eval_set))
288
  return eval_set_full
289