fix: /demo button — trailing slash + target=_top to dodge http downgrade redirect
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -47,7 +47,7 @@ _LANDING_PAGE = """\
|
|
| 47 |
<p class=muted>An LHC (Large Hadron Collider) particle-discovery RL environment for autonomous physicist agents — built for the Meta OpenEnv Hackathon.</p>
|
| 48 |
|
| 49 |
<p style="margin: 1rem 0">
|
| 50 |
-
<a href="/demo" style="display:inline-block; background:#1d4ed8; color:white;
|
| 51 |
padding:.6rem 1.1rem; border-radius:6px; text-decoration:none;
|
| 52 |
font-weight:600; box-shadow:0 1px 3px rgba(0,0,0,.1)">
|
| 53 |
▶ Try the interactive demo at /demo
|
|
|
|
| 47 |
<p class=muted>An LHC (Large Hadron Collider) particle-discovery RL environment for autonomous physicist agents — built for the Meta OpenEnv Hackathon.</p>
|
| 48 |
|
| 49 |
<p style="margin: 1rem 0">
|
| 50 |
+
<a href="/demo/" target="_top" style="display:inline-block; background:#1d4ed8; color:white;
|
| 51 |
padding:.6rem 1.1rem; border-radius:6px; text-decoration:none;
|
| 52 |
font-weight:600; box-shadow:0 1px 3px rgba(0,0,0,.1)">
|
| 53 |
▶ Try the interactive demo at /demo
|