Yerzhxn commited on
Commit
3c0d661
·
verified ·
1 Parent(s): 084c60c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if st.button("Найти совпадения"):
91
  <h4 style="margin: 0;">{result['Name']}</h4>
92
  <p><strong>Количество совпадающих навыков:</strong> {result['Matching Skills Count']}</p>
93
  <p><strong>Совпадающие навыки:</strong><br>
94
- {'<br>'.join([f'\u2022 {skill}' for skill in result['Matching Skills']])}</p>
95
  </div>
96
  """,
97
  unsafe_allow_html=True
 
91
  <h4 style="margin: 0;">{result['Name']}</h4>
92
  <p><strong>Количество совпадающих навыков:</strong> {result['Matching Skills Count']}</p>
93
  <p><strong>Совпадающие навыки:</strong><br>
94
+ {'<br>'.join(['\u2022 ' + skill for skill in result['Matching Skills']])}</p>
95
  </div>
96
  """,
97
  unsafe_allow_html=True