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