suryadev1 commited on
Commit
8f37b90
·
1 Parent(s): ad662bc

removed the scatter plot

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -667,8 +667,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
667
 
668
 
669
 
670
- return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,fig_scatter #,fig_hist2
671
-
672
  # List of models for the dropdown menu
673
 
674
  # models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]
 
667
 
668
 
669
 
670
+ return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,fig_hist2
 
671
  # List of models for the dropdown menu
672
 
673
  # models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]