mishig HF staff commited on
Commit
af4843a
1 Parent(s): f9a082f

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -65,7 +65,7 @@ share_js = """async () => {
65
 
66
  const urls = await Promise.all(files.map((f) => uploadFile(f)));
67
 
68
- const htmlImgs = urls.map(url => `<img src='${url}' sytle='max-width: 600px;'>`);
69
  const [inputImgUrl, outputImgUrl] = htmlImgs;
70
 
71
  const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>
 
65
 
66
  const urls = await Promise.all(files.map((f) => uploadFile(f)));
67
 
68
+ const htmlImgs = urls.map(url => `<img src='${url}' style='max-width: 450px;'>`);
69
  const [inputImgUrl, outputImgUrl] = htmlImgs;
70
 
71
  const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>