Spaces:
Runtime error
Runtime error
Commit ·
eb13e0e
1
Parent(s): eb79dbe
fix: Update resume pop-up link text for clarity
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
|
@@ -46,7 +46,7 @@ def show_popup(selected_resume, selected_company):
|
|
| 46 |
<p><strong>Notice:</strong> You selected the option to include the candidate's resume.</p>
|
| 47 |
<p><a href='https://huggingface.co/spaces/multimodalai/talent-interview-prep/blob/main/resources/Senior_Product_Manager_Resume.txt'
|
| 48 |
style='color: #ff6700; text-decoration: none; font-weight: bold;' target="_blank">
|
| 49 |
-
Click here to view the
|
| 50 |
<button onclick="document.getElementById('popup-resume').remove();"
|
| 51 |
style="background-color: #ff6700; color: white; border: none;
|
| 52 |
padding: 5px 10px; border-radius: 5px; cursor: pointer;">
|
|
|
|
| 46 |
<p><strong>Notice:</strong> You selected the option to include the candidate's resume.</p>
|
| 47 |
<p><a href='https://huggingface.co/spaces/multimodalai/talent-interview-prep/blob/main/resources/Senior_Product_Manager_Resume.txt'
|
| 48 |
style='color: #ff6700; text-decoration: none; font-weight: bold;' target="_blank">
|
| 49 |
+
Click here to view the resume</a></p>
|
| 50 |
<button onclick="document.getElementById('popup-resume').remove();"
|
| 51 |
style="background-color: #ff6700; color: white; border: none;
|
| 52 |
padding: 5px 10px; border-radius: 5px; cursor: pointer;">
|