Spaces:
Sleeping
Sleeping
Update app.py (#3)
Browse files- Update app.py (e1e5db148220cd2944a25180a39fd295d9c24adf)
Co-authored-by: Nikhil Murade <[email protected]>
app.py
CHANGED
@@ -21,7 +21,7 @@ st.title("Job Title Clustering App")
|
|
21 |
# Display Silhouette Score in the sidebar
|
22 |
st.sidebar.header("Insights") # This creates a big heading in the sidebar
|
23 |
st.sidebar.write("Silhouette Score: 0.5840")
|
24 |
-
st.sidebar.write("number of unique title:
|
25 |
st.sidebar.write("number of cluster: 40")
|
26 |
|
27 |
|
|
|
21 |
# Display Silhouette Score in the sidebar
|
22 |
st.sidebar.header("Insights") # This creates a big heading in the sidebar
|
23 |
st.sidebar.write("Silhouette Score: 0.5840")
|
24 |
+
st.sidebar.write("number of unique title: 11345")
|
25 |
st.sidebar.write("number of cluster: 40")
|
26 |
|
27 |
|