robot-bengali-2 commited on
Commit
d6fba19
1 Parent(s): 92a6755

Improve section beginnings

Browse files
Files changed (1) hide show
  1. static/tabs.html +6 -3
static/tabs.html CHANGED
@@ -73,6 +73,8 @@ a:visited {
73
  </span>
74
  </div>
75
  <div role="tabpanel" class="tab-pane" id="tab2">
 
 
76
  <p>
77
  <b>Q: If I join a collaborative training, do I allow other people to execute code on my computer?</b>
78
  </p>
@@ -138,6 +140,10 @@ a:visited {
138
  </ul>
139
  </div>
140
  <div role="tabpanel" class="tab-pane" id="tab3">
 
 
 
 
141
  <ol>
142
  <li>
143
  Set up dataset streaming:
@@ -215,9 +221,6 @@ a:visited {
215
  </ul>
216
  </li>
217
  </ol>
218
- <p>
219
- <b>Got confused?</b> Feel free to ask any questions at our <a href="https://discord.gg/uGugx9zYvN">Discord</a>!
220
- </p>
221
  </div>
222
  </div>
223
 
 
73
  </span>
74
  </div>
75
  <div role="tabpanel" class="tab-pane" id="tab2">
76
+ <p>In this section, we discuss common concerns related to security of the collaborative training.</p>
77
+
78
  <p>
79
  <b>Q: If I join a collaborative training, do I allow other people to execute code on my computer?</b>
80
  </p>
 
140
  </ul>
141
  </div>
142
  <div role="tabpanel" class="tab-pane" id="tab3">
143
+ <p>In this section, we provide a roadmap for you to run the collaborative training yourself.</p>
144
+ <p>
145
+ <b>Got confused?</b> Feel free to ask any questions at our <a href="https://discord.gg/uGugx9zYvN">Discord</a>!
146
+ </p>
147
  <ol>
148
  <li>
149
  Set up dataset streaming:
 
221
  </ul>
222
  </li>
223
  </ol>
 
 
 
224
  </div>
225
  </div>
226