Spaces:
Running
on
A10G
Running
on
A10G
Add css max-wight to images
#40
by
mishig
HF staff
- opened
- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -61,7 +61,7 @@ share_js = """async () => {
|
|
61 |
const urlInputImg = await uploadFile(inputFile);
|
62 |
|
63 |
const descriptionMd = `#### Input img:
|
64 |
-
<img src='${urlInputImg}'>
|
65 |
|
66 |
#### Caption:
|
67 |
${outputTxt}`;
|
|
|
61 |
const urlInputImg = await uploadFile(inputFile);
|
62 |
|
63 |
const descriptionMd = `#### Input img:
|
64 |
+
<img src='${urlInputImg}' style='max-height: 350px;'>
|
65 |
|
66 |
#### Caption:
|
67 |
${outputTxt}`;
|