suryadev1 commited on
Commit
c9640a0
·
1 Parent(s): 31e9520
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
295
 
296
  ROC score of opt1: {opt_task1_roc_auc}\n
297
  ROC score of opt2: {opt_task2_roc_auc}\n
298
- -----------------\n
299
  """
300
  return text_output,fig,fig_task1,fig_task2
301
 
 
295
 
296
  ROC score of opt1: {opt_task1_roc_auc}\n
297
  ROC score of opt2: {opt_task2_roc_auc}\n
298
+ -----------------
299
  """
300
  return text_output,fig,fig_task1,fig_task2
301