Elvan Selvano commited on
Commit
c755035
β€’
1 Parent(s): 06a9e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ def show_aggrid_table(result: pd.DataFrame):
78
 
79
  def main():
80
  """Main Function"""
81
- st.title('Job Posting Similarity')
82
- st.write('This app will help you find similar job titles real-time from ecommurz google sheets.')
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']