mishig HF staff commited on
Commit
753d179
1 Parent(s): 3a4f4b2

minor change to wording

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
  const htmlImgs = urls.map(url => `<img src='${url}' width='400' height='400'>`);
54
  const htmlImgsMd = htmlImgs.join(`\n`);
55
 
56
- const descriptionMd = `#### Prompt:
57
  ${promptTxt}
58
 
59
  #### Generations:
 
53
  const htmlImgs = urls.map(url => `<img src='${url}' width='400' height='400'>`);
54
  const htmlImgsMd = htmlImgs.join(`\n`);
55
 
56
+ const descriptionMd = `#### Caption:
57
  ${promptTxt}
58
 
59
  #### Generations: