Spaces:
Running
Running
cecilemacaire
commited on
Commit
•
30210d3
1
Parent(s):
ab32001
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def generate_html(ids):
|
|
63 |
img_url = f"https://static.arasaac.org/pictograms/{picto_id}/{picto_id}_500.png"
|
64 |
html_content += f'''
|
65 |
<figure>
|
66 |
-
<img src="{img_url}" alt="{lemma}" width="
|
67 |
<figcaption>{lemma}</figcaption>
|
68 |
</figure>
|
69 |
'''
|
|
|
63 |
img_url = f"https://static.arasaac.org/pictograms/{picto_id}/{picto_id}_500.png"
|
64 |
html_content += f'''
|
65 |
<figure>
|
66 |
+
<img src="{img_url}" alt="{lemma}" width="100" height="100"/>
|
67 |
<figcaption>{lemma}</figcaption>
|
68 |
</figure>
|
69 |
'''
|