Elvan Selvano commited on
Commit
85a9275
β€’
1 Parent(s): fdb8f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -81,6 +81,10 @@ def show_aggrid_table(result: pd.DataFrame):
81
  def main():
82
  """Main Function"""
83
  st.title('@ecommurz Talent Search Engine')
 
 
 
 
84
  st.write('This app lets you search and sort talent by job title or relevant job descriptions from ecommurz talent list in real-time.')
85
 
86
  columns = ['Timestamp', 'Full Name', 'Company', 'Previous Role',
 
81
  def main():
82
  """Main Function"""
83
  st.title('@ecommurz Talent Search Engine')
84
+ st.markdown("![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=for-the-badge&logo=PyTorch&logoColor=white")
85
+ st.markdown("![Maintainer](https://img.shields.io/badge/maintainer-temandata-blue")
86
+ st.markdown("[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/teman-data/ecommurz-talent-search-engine)")
87
+ st.markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=temandata_ecommurz-talent-search-engine")
88
  st.write('This app lets you search and sort talent by job title or relevant job descriptions from ecommurz talent list in real-time.')
89
 
90
  columns = ['Timestamp', 'Full Name', 'Company', 'Previous Role',