Spaces:
Sleeping
Sleeping
Update components/popup_card.py
Browse files- components/popup_card.py +1 -1
components/popup_card.py
CHANGED
@@ -14,4 +14,4 @@ def generate_popup_card(name, model_path):
|
|
14 |
<button style="margin-left: 10px; background-color: #ccc;">Close</button>
|
15 |
</div>
|
16 |
"""
|
17 |
-
return html_content
|
|
|
14 |
<button style="margin-left: 10px; background-color: #ccc;">Close</button>
|
15 |
</div>
|
16 |
"""
|
17 |
+
return html_content
|