Spaces:
Build error
Build error
Fix share btn markdown (#8)
Browse files- Fix share btn markdown (3a00e5ce5f3d0fdbc17316c1c0d94f38de493eac)
Co-authored-by: Mishig Davaadorj <[email protected]>
- share_btn.py +2 -0
share_btn.py
CHANGED
|
@@ -80,7 +80,9 @@ share_js = """async () => {
|
|
| 80 |
|
| 81 |
const descriptionMd = `#### Input img:
|
| 82 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
|
|
|
| 83 |
#### Music:
|
|
|
|
| 84 |
<audio controls>
|
| 85 |
<source src="${dataOutputMusic}" type="audio/wav">
|
| 86 |
Your browser does not support the audio element.
|
|
|
|
| 80 |
|
| 81 |
const descriptionMd = `#### Input img:
|
| 82 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
| 83 |
+
|
| 84 |
#### Music:
|
| 85 |
+
|
| 86 |
<audio controls>
|
| 87 |
<source src="${dataOutputMusic}" type="audio/wav">
|
| 88 |
Your browser does not support the audio element.
|