Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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("---")
|