Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -95,7 +95,7 @@ share_js = """async () => {
|
|
95 |
<audio controls>
|
96 |
<source src="${dataOutputMusic}" type="audio/wav">
|
97 |
Your browser does not support the audio element.
|
98 |
-
</audio>
|
99 |
`;
|
100 |
const params = new URLSearchParams({
|
101 |
title: titleTxt,
|
|
|
95 |
<audio controls>
|
96 |
<source src="${dataOutputMusic}" type="audio/wav">
|
97 |
Your browser does not support the audio element.
|
98 |
+
</audio>
|
99 |
`;
|
100 |
const params = new URLSearchParams({
|
101 |
title: titleTxt,
|