lixuejing
commited on
Commit
·
5bf41ad
1
Parent(s):
6a2fcc6
fix
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ from src.populate import get_evaluation_queue_df, get_leaderboard_df
|
|
31 |
from src.submission.submit import add_new_eval
|
32 |
from src.scripts.update_all_request_files import update_dynamic_files
|
33 |
from src.tools.collections import update_collections
|
34 |
-
from src.tools.
|
35 |
from src.tools.plots import (
|
36 |
create_metric_plot_obj,
|
37 |
create_plot_df,
|
|
|
31 |
from src.submission.submit import add_new_eval
|
32 |
from src.scripts.update_all_request_files import update_dynamic_files
|
33 |
from src.tools.collections import update_collections
|
34 |
+
from src.tools.datastatics import get_statics
|
35 |
from src.tools.plots import (
|
36 |
create_metric_plot_obj,
|
37 |
create_plot_df,
|