Nikhil-Murade commited on
Commit
0d1cf3d
·
verified ·
1 Parent(s): cc89cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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:")