Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -801,7 +801,7 @@ def _build_grid_summary_figure():
|
|
| 801 |
text=text,
|
| 802 |
texttemplate="%{text}",
|
| 803 |
textfont=dict(size=11),
|
| 804 |
-
colorbar=dict(title="Mean<br>Silhouette",
|
| 805 |
hovertemplate="Model: %{y}<br>Threshold: %{x}<br>Mean silhouette: %{z:.3f}<extra></extra>",
|
| 806 |
))
|
| 807 |
|
|
|
|
| 801 |
text=text,
|
| 802 |
texttemplate="%{text}",
|
| 803 |
textfont=dict(size=11),
|
| 804 |
+
colorbar=dict(title=dict(text="Mean<br>Silhouette", font=dict(size=11)), thickness=14),
|
| 805 |
hovertemplate="Model: %{y}<br>Threshold: %{x}<br>Mean silhouette: %{z:.3f}<extra></extra>",
|
| 806 |
))
|
| 807 |
|