Spaces:
Sleeping
Sleeping
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -76,7 +76,7 @@ ${outputTxt}`;
|
|
76 |
.map(([key, value]) => `${encodeURIComponent(key)}=${encodeURIComponent(value)}`)
|
77 |
.join('&');
|
78 |
|
79 |
-
window.open(`https://huggingface.co/spaces/
|
80 |
|
81 |
shareBtnEl.style.removeProperty('pointer-events');
|
82 |
shareIconEl.style.removeProperty('display');
|
|
|
76 |
.map(([key, value]) => `${encodeURIComponent(key)}=${encodeURIComponent(value)}`)
|
77 |
.join('&');
|
78 |
|
79 |
+
window.open(`https://huggingface.co/spaces/bigcode/bigcode-playground/discussions/new?${paramsStr}`, '_blank');
|
80 |
|
81 |
shareBtnEl.style.removeProperty('pointer-events');
|
82 |
shareIconEl.style.removeProperty('display');
|