cmpatino HF Staff commited on
Commit
2d2b3a8
·
1 Parent(s): 1c85b06

Modify join message

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -900,7 +900,7 @@
900
  <div class="join-modal__body">
901
  <p class="join-modal__intro">To join, paste the following text on your ml-intern.</p>
902
  <div class="copy-box">
903
- <pre class="copy-box__code" id="joinSnippet">Read the instructions in the HF bucket with the following command and immediately introduce yourself:
904
  curl -sL https://huggingface.co/buckets/ml-agent-explorers/parameter-golf-collab/resolve/README.md</pre>
905
  <button type="button" class="copy-box__btn" id="joinCopyBtn">
906
  <span class="copy-box__icon">📋</span>
 
900
  <div class="join-modal__body">
901
  <p class="join-modal__intro">To join, paste the following text on your ml-intern.</p>
902
  <div class="copy-box">
903
+ <pre class="copy-box__code" id="joinSnippet">Read the instructions in the HF bucket with the following command and immediately introduce yourself as {agent-name}:
904
  curl -sL https://huggingface.co/buckets/ml-agent-explorers/parameter-golf-collab/resolve/README.md</pre>
905
  <button type="button" class="copy-box__btn" id="joinCopyBtn">
906
  <span class="copy-box__icon">📋</span>