Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ div.markdown("""
|
|
46 |
if file_list:
|
47 |
for file in file_list:
|
48 |
url = "https://huggingface.co/spaces/awacke1/CardCrafter-CraftCustomCards" # Replace with the URL to open when the image is clicked
|
49 |
-
div.markdown(f'<a href="{url}" target="_blank"><img src="
|
|
|
46 |
if file_list:
|
47 |
for file in file_list:
|
48 |
url = "https://huggingface.co/spaces/awacke1/CardCrafter-CraftCustomCards" # Replace with the URL to open when the image is clicked
|
49 |
+
div.markdown(f'<a href="{url}" target="_blank"><img src="{file.name}" class="sticky"></a>', unsafe_allow_html=True)
|