Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -142,6 +142,8 @@ def plot_task_specific_top_models():
|
|
142 |
pil_image.save(temp_image_file.name)
|
143 |
return pil_image, temp_image_file.name
|
144 |
|
|
|
|
|
145 |
def plot_heatmap():
|
146 |
# Add a column for the total scores across all tasks
|
147 |
df_full["Total Scores"] = df_full.iloc[:, 2:].sum(axis=1)
|
@@ -171,6 +173,8 @@ def plot_heatmap():
|
|
171 |
return pil_image, temp_image_file.name
|
172 |
|
173 |
|
|
|
|
|
174 |
|
175 |
def scrape_mergekit_config(model_name):
|
176 |
"""
|
|
|
142 |
pil_image.save(temp_image_file.name)
|
143 |
return pil_image, temp_image_file.name
|
144 |
|
145 |
+
|
146 |
+
|
147 |
def plot_heatmap():
|
148 |
# Add a column for the total scores across all tasks
|
149 |
df_full["Total Scores"] = df_full.iloc[:, 2:].sum(axis=1)
|
|
|
173 |
return pil_image, temp_image_file.name
|
174 |
|
175 |
|
176 |
+
|
177 |
+
|
178 |
|
179 |
def scrape_mergekit_config(model_name):
|
180 |
"""
|