richiam commited on
Commit
4b4b59b
·
verified ·
1 Parent(s): 027346a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", thickness=14, titlefont=dict(size=11)),
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