handex commited on
Commit
50b8ea8
·
verified ·
1 Parent(s): 2311676

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -1
src/streamlit_app.py CHANGED
@@ -62,7 +62,6 @@ if model is not None and scaler is not None:
62
  1: "🚨 **Cluster 1: Need Attention**",
63
  2: "⏳ **Cluster 2: Leaky Bucket**",
64
  3: "⭐ **Cluster 3: Stars**",
65
- # Add more cluster IDs and descriptions here if needed
66
  }
67
 
68
  description = cluster_descriptions.get(cluster_id, f"🔍 Cluster ID **{cluster_id}** (Undefined)")
 
62
  1: "🚨 **Cluster 1: Need Attention**",
63
  2: "⏳ **Cluster 2: Leaky Bucket**",
64
  3: "⭐ **Cluster 3: Stars**",
 
65
  }
66
 
67
  description = cluster_descriptions.get(cluster_id, f"🔍 Cluster ID **{cluster_id}** (Undefined)")