nonstopiodemo Nikhil-Murade commited on
Commit
c6779f6
·
verified ·
1 Parent(s): dd26fa7

Update app.py (#3)

Browse files

- Update app.py (e1e5db148220cd2944a25180a39fd295d9c24adf)


Co-authored-by: Nikhil Murade <[email protected]>

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