Spaces:
Sleeping
Sleeping
Taylor commited on
Commit ·
5cb549f
1
Parent(s): e3ca06c
chore: add void attention footer links
Browse files
app.py
CHANGED
|
@@ -326,9 +326,11 @@ with gr.Blocks(css=CSS, theme=gr.themes.Base(primary_hue="cyan", neutral_hue="zi
|
|
| 326 |
<a href="https://huggingface.co/spaces/forkjoin-ai/the-void" style="color:#06b6d4; text-decoration:none">The Void</a> ·
|
| 327 |
<a href="https://huggingface.co/spaces/forkjoin-ai/glossolalia" style="color:#06b6d4; text-decoration:none">Glossolalia</a> ·
|
| 328 |
<a href="https://huggingface.co/spaces/forkjoin-ai/metacog" style="color:#06b6d4; text-decoration:none">Metacog</a> ·
|
| 329 |
-
<a href="https://huggingface.co/spaces/forkjoin-ai/five-bules" style="color:#06b6d4; text-decoration:none">Five Bules</a>
|
|
|
|
| 330 |
</p>
|
| 331 |
<p style="margin-top:.5rem">φ² = φ + 1</p>
|
|
|
|
| 332 |
</div>
|
| 333 |
""")
|
| 334 |
|
|
|
|
| 326 |
<a href="https://huggingface.co/spaces/forkjoin-ai/the-void" style="color:#06b6d4; text-decoration:none">The Void</a> ·
|
| 327 |
<a href="https://huggingface.co/spaces/forkjoin-ai/glossolalia" style="color:#06b6d4; text-decoration:none">Glossolalia</a> ·
|
| 328 |
<a href="https://huggingface.co/spaces/forkjoin-ai/metacog" style="color:#06b6d4; text-decoration:none">Metacog</a> ·
|
| 329 |
+
<a href="https://huggingface.co/spaces/forkjoin-ai/five-bules" style="color:#06b6d4; text-decoration:none">Five Bules</a> ·
|
| 330 |
+
<a href="https://huggingface.co/spaces/forkjoin-ai/void-attention" style="color:#06b6d4; text-decoration:none">Void Attention</a>
|
| 331 |
</p>
|
| 332 |
<p style="margin-top:.5rem">φ² = φ + 1</p>
|
| 333 |
+
<p style="margin-top:.5rem">Copyright 2026 forkjoin.ai</p>
|
| 334 |
</div>
|
| 335 |
""")
|
| 336 |
|