Anas989898 commited on
Commit
58dc8dd
·
1 Parent(s): 33b7bde
Files changed (2) hide show
  1. .gitignore +4 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -1,3 +1,6 @@
1
  venv/
2
  venv
3
- venv/*
 
 
 
 
1
  venv/
2
  venv
3
+ venv/*
4
+
5
+
6
+
app.py CHANGED
@@ -71,7 +71,7 @@ if search_button and brand_request:
71
 
72
  profiles = recommend_talent_tool(**search_args)
73
 
74
- st.subheader(f"Found {len(profiles)} Matching Profiles")
75
 
76
  tab1, tab2 = st.tabs(["Cards View", "Table View"])
77
 
 
71
 
72
  profiles = recommend_talent_tool(**search_args)
73
 
74
+ st.subheader(f"Top 10 K Results")
75
 
76
  tab1, tab2 = st.tabs(["Cards View", "Table View"])
77