Spaces:
Running
on
A10G
Running
on
A10G
Add css max-wight to images
Browse filesAdd css max-wight to images since some images are too big & covering the entire screen
- 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}`;
|