terryyz commited on
Commit
da1907f
1 Parent(s): 816cea8

Update share_btn.py

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