Yerzhxn commited on
Commit
3eee0c6
·
verified ·
1 Parent(s): e5f0d25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ if st.button("Найти совпадения"):
83
  <h4 style="margin: 0;">{result['Name']}</h4>
84
  <p><strong>Количество совпадающих навыков:</strong> {result['Matching Skills Count']}</p>
85
  <p><strong>Совпадающие навыки:</strong><br>
86
- {'<br>'.join([f'• {skill}' for skill in file_skills[file_skills['id']==result['Matching Skills']].value[0]])}</p>
87
  </div>
88
  """,
89
  unsafe_allow_html=True
 
83
  <h4 style="margin: 0;">{result['Name']}</h4>
84
  <p><strong>Количество совпадающих навыков:</strong> {result['Matching Skills Count']}</p>
85
  <p><strong>Совпадающие навыки:</strong><br>
86
+ {'<br>'.join([f'• {skill}' for skill in file_skills[file_skills['id']==int(result['Matching Skills'])].value[0]])}</p>
87
  </div>
88
  """,
89
  unsafe_allow_html=True