multimodalart HF staff commited on
Commit
21b9047
β€’
1 Parent(s): 8346cab
Files changed (1) hide show
  1. share_btn.py +2 -2
share_btn.py CHANGED
@@ -60,8 +60,8 @@ share_js = """async () => {
60
 
61
  const descriptionMd = `
62
  ### Prompt
63
- - Prompt: `${inputPrompt}`
64
- - Negative prompt: `${negativePrompt}`
65
 
66
  #### Generated Image:
67
  <img src="${urlInputImg}" />
 
60
 
61
  const descriptionMd = `
62
  ### Prompt
63
+ - *Prompt*: ${inputPrompt}
64
+ - *Negative prompt*: ${negativePrompt}
65
 
66
  #### Generated Image:
67
  <img src="${urlInputImg}" />