Spaces:
Sleeping
Sleeping
Update app.py
#2
by
Nikhil-Murade
- opened
app.py
CHANGED
@@ -21,6 +21,9 @@ 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 |
|
25 |
# Input fields for job titles
|
26 |
job_title_1 = st.text_input("Enter the first job title:")
|
|
|
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: 6000")
|
25 |
+
st.sidebar.write("number of cluster: 40")
|
26 |
+
|
27 |
|
28 |
# Input fields for job titles
|
29 |
job_title_1 = st.text_input("Enter the first job title:")
|