Skip to content

Commit 78a8d5d

Browse files
Added working protocols redirect button
1 parent 21f9c51 commit 78a8d5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,13 @@ <h3 class="font-semibold">Working Protocols</h3>
275275
<li><b>Eval & regression sets</b> for prompt changes and LLM features.</li>
276276
<li><b>Docs-first artifacts:</b> READMEs, runbooks, handoff notes.</li>
277277
</ul>
278+
<div class="mt-4 flex flex-wrap gap-2">
279+
<a href="https://colab.research.google.com/drive/1dxZ7_7L30LzhNAiGTqFag09_7pX9Giq7?usp=sharing"
280+
target="_blank" rel="noopener"
281+
class="px-3 py-1 text-xs rounded-lg bg-teal-600 text-white ring-1 ring-teal-500">
282+
Working Protocols
283+
</a>
284+
</div>
278285
</div>
279286
</div>
280287

0 commit comments

Comments
 (0)