nickmuchi commited on
Commit
81e04e9
1 Parent(s): 3d4bc90

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -510,7 +510,7 @@ def generate_eval(raw_text, N, chunk):
510
  ques_update = st.empty()
511
  qa = chain.run(b)
512
  eval_set.append(qa)
513
- ques_update.info("Creating Question:",i+1)
514
 
515
  eval_set_full = list(itertools.chain.from_iterable(eval_set))
516
 
 
510
  ques_update = st.empty()
511
  qa = chain.run(b)
512
  eval_set.append(qa)
513
+ ques_update.info(f"Creating Question:{i+1}")
514
 
515
  eval_set_full = list(itertools.chain.from_iterable(eval_set))
516