lvwerra HF staff commited on
Commit
c44715e
1 Parent(s): 3175ded

Update share_btn.py

Browse files
Files changed (1) hide show
  1. 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/trl-lib/stack-llama/discussions/new?${paramsStr}`, '_blank');
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');