mahreenfathima commited on
Commit
2889140
·
verified ·
1 Parent(s): a1ed676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -368,6 +368,7 @@ def app():
368
  if in_eval_report:
369
  eval_report_buffer += str(chunk)
370
  else:
 
371
  output_log += str(chunk)
372
 
373
  import re
 
368
  if in_eval_report:
369
  eval_report_buffer += str(chunk)
370
  else:
371
+ full_log += str(chunk)
372
  output_log += str(chunk)
373
 
374
  import re