Update share_btn.py
Browse files- share_btn.py +1 -0
share_btn.py
CHANGED
|
@@ -77,6 +77,7 @@ share_js = """async () => {
|
|
| 77 |
const descriptionMd = `
|
| 78 |
#### Image input:
|
| 79 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
|
|
|
| 80 |
#### Sound Effect:
|
| 81 |
<audio controls>
|
| 82 |
<source src="${dataOutputSound}" type="audio/wav">
|
|
|
|
| 77 |
const descriptionMd = `
|
| 78 |
#### Image input:
|
| 79 |
<img src='${urlInputImg}' style='max-height: 350px;'>
|
| 80 |
+
|
| 81 |
#### Sound Effect:
|
| 82 |
<audio controls>
|
| 83 |
<source src="${dataOutputSound}" type="audio/wav">
|