Spaces:
Sleeping
Sleeping
Commit
·
58dc8dd
1
Parent(s):
33b7bde
added
Browse files- .gitignore +4 -1
- 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"
|
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 |
|