Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@ from tqdm.contrib.concurrent import thread_map
|
|
12 |
|
13 |
from utils import make_clickable_model, make_clickable_user
|
14 |
|
|
|
|
|
15 |
DATASET_REPO_URL = (
|
16 |
"https://huggingface.co/datasets/hivex-research/hivex-leaderboard-data"
|
17 |
)
|
|
|
12 |
|
13 |
from utils import make_clickable_model, make_clickable_user
|
14 |
|
15 |
+
from typing import List # Add this import statement
|
16 |
+
|
17 |
DATASET_REPO_URL = (
|
18 |
"https://huggingface.co/datasets/hivex-research/hivex-leaderboard-data"
|
19 |
)
|