sdmadhav commited on
Commit
a4acf9b
·
verified ·
1 Parent(s): 8be12a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ if st.session_state.user_profile['skills']:
342
  for idx, row in results_df.head(5).iterrows():
343
  with st.container():
344
  st.markdown(f"#### {row['title']}")
345
- st.markdown(f"**{row.get('company_name', 'Company')}** • {row.get('location', 'Location')}")
346
  match_score = row['skill_jaccard'] * 100
347
  st.metric("Match Score", f"{match_score:.0f}%")
348
  st.markdown("---")
 
342
  for idx, row in results_df.head(5).iterrows():
343
  with st.container():
344
  st.markdown(f"#### {row['title']}")
345
+ st.markdown(f"**{row.get('company_name_x', 'Company')}** • {row.get('location', 'Location')}")
346
  match_score = row['skill_jaccard'] * 100
347
  st.metric("Match Score", f"{match_score:.0f}%")
348
  st.markdown("---")