yizhangliu commited on
Commit
67401c2
·
1 Parent(s): 949c336

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +1 -1
share_btn.py CHANGED
@@ -53,7 +53,7 @@ share_js = """async () => {
53
  );
54
  console.log(files);
55
  const urls = await Promise.all(files.map((f) => uploadFile(f)));
56
- console.log('liuyz_1___');
57
  const htmlImgs = urls.map(url => `<img src='${url}' width='400' height='400'>`);
58
  console.log('liuyz_2___');
59
  const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>
 
53
  );
54
  console.log(files);
55
  const urls = await Promise.all(files.map((f) => uploadFile(f)));
56
+ console.log('liuyz_1___', urls);
57
  const htmlImgs = urls.map(url => `<img src='${url}' width='400' height='400'>`);
58
  console.log('liuyz_2___');
59
  const descriptionMd = `<div style='display: flex; flex-wrap: wrap; column-gap: 0.75rem;'>