Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -436,6 +436,8 @@ steer the fight through the latent. **Click *Enter the Fog* and click the game o
|
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
REPO_URL = "#" # TODO: replace with the real repo
|
| 438 |
REPO_MD = f"""
|
|
|
|
|
|
|
| 439 |
"""
|
| 440 |
|
| 441 |
TECH_MD = r"""
|
|
|
|
| 436 |
# ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
|
| 437 |
REPO_URL = "#" # TODO: replace with the real repo
|
| 438 |
REPO_MD = f"""
|
| 439 |
+
### 📦 Check out how this can be used for something even more complex on my NEURAL BOY Space:
|
| 440 |
+
### 👉 [**NEURAL BOY**]({REPO_URL})
|
| 441 |
"""
|
| 442 |
|
| 443 |
TECH_MD = r"""
|