suryadev1 commited on
Commit
2b2a95d
·
1 Parent(s): d628625
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