Spaces:
Runtime error
Runtime error
Elvan Selvano
commited on
Commit
·
c755035
1
Parent(s):
06a9e39
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ def show_aggrid_table(result: pd.DataFrame):
|
|
78 |
|
79 |
def main():
|
80 |
"""Main Function"""
|
81 |
-
st.title('
|
82 |
-
st.write('This app
|
83 |
|
84 |
columns = ['Timestamp', 'Full Name', 'Company', 'Previous Role',
|
85 |
'Experience', 'Last Day', 'LinkedIn Profile']
|
|
|
78 |
|
79 |
def main():
|
80 |
"""Main Function"""
|
81 |
+
st.title('@ecommurz Talent Search Engine')
|
82 |
+
st.write('This app lets you search and sort talent by job title or relevant job descriptions from ecommurz talent list in real-time.')
|
83 |
|
84 |
columns = ['Timestamp', 'Full Name', 'Company', 'Previous Role',
|
85 |
'Experience', 'Last Day', 'LinkedIn Profile']
|