Spaces:
Running
Running
Taylor commited on
Commit ·
342d5f8
1
Parent(s): 6553234
chore: add void attention footer links
Browse files
app.py
CHANGED
|
@@ -208,6 +208,7 @@ with gr.Blocks(css=CSS, theme=gr.themes.Base(primary_hue="blue", neutral_hue="zi
|
|
| 208 |
<a href="https://huggingface.co/spaces/forkjoin-ai/quark-personality">Quark Personality</a>
|
| 209 |
</p>
|
| 210 |
<p style="margin-top:1rem;">500+ Lean 4 theorems · Zero sorry · <a href="https://forkracefold.com/">φ² = φ + 1</a></p>
|
|
|
|
| 211 |
</div>
|
| 212 |
""")
|
| 213 |
|
|
|
|
| 208 |
<a href="https://huggingface.co/spaces/forkjoin-ai/quark-personality">Quark Personality</a>
|
| 209 |
</p>
|
| 210 |
<p style="margin-top:1rem;">500+ Lean 4 theorems · Zero sorry · <a href="https://forkracefold.com/">φ² = φ + 1</a></p>
|
| 211 |
+
<p style="margin-top:1rem;">Copyright 2026 forkjoin.ai</p>
|
| 212 |
</div>
|
| 213 |
""")
|
| 214 |
|