Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -57,7 +57,7 @@ share_js = """async () => {
|
|
57 |
return uploadFile(file);
|
58 |
}))});
|
59 |
|
60 |
-
const htmlImgs = urls.map(url => `<img src='${url}' width='
|
61 |
const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>
|
62 |
${htmlImgs.join(`\n`)}
|
63 |
</div>`;
|
|
|
57 |
return uploadFile(file);
|
58 |
}))});
|
59 |
|
60 |
+
const htmlImgs = urls.map(url => `<img src='${url}' width='768' height='768'>`);
|
61 |
const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>
|
62 |
${htmlImgs.join(`\n`)}
|
63 |
</div>`;
|