Spaces:
Paused
Paused
Fix share btn
#12
by mishig HF Staff - opened
- share_btn.py +1 -1
share_btn.py
CHANGED
|
@@ -92,7 +92,7 @@ ${htmlImgsMd}
|
|
| 92 |
});
|
| 93 |
|
| 94 |
const paramsStr = params.toString();
|
| 95 |
-
window.open(`
|
| 96 |
|
| 97 |
shareBtnEl.style.removeProperty('pointer-events');
|
| 98 |
shareIconEl.style.removeProperty('display');
|
|
|
|
| 92 |
});
|
| 93 |
|
| 94 |
const paramsStr = params.toString();
|
| 95 |
+
window.open(`https://huggingface.co/spaces/pharma/sd-perception/discussions/new?${paramsStr}`, '_blank');
|
| 96 |
|
| 97 |
shareBtnEl.style.removeProperty('pointer-events');
|
| 98 |
shareIconEl.style.removeProperty('display');
|