Spaces:
Running
on
Zero
Running
on
Zero
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
|
@@ -62,7 +62,7 @@ ${urlInputImg}
|
|
| 62 |
${outputTxt}
|
| 63 |
`;
|
| 64 |
const params = new URLSearchParams({
|
| 65 |
-
title:
|
| 66 |
description: descriptionMd,
|
| 67 |
});
|
| 68 |
const paramsStr = params.toString();
|
|
|
|
| 62 |
${outputTxt}
|
| 63 |
`;
|
| 64 |
const params = new URLSearchParams({
|
| 65 |
+
title: outputTxt,
|
| 66 |
description: descriptionMd,
|
| 67 |
});
|
| 68 |
const paramsStr = params.toString();
|