Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -97,17 +97,11 @@ with col5:
|
|
| 97 |
|
| 98 |
with col6:
|
| 99 |
st.markdown(feature_card(
|
| 100 |
-
"
|
| 101 |
-
"Real-time
|
| 102 |
-
"#
|
| 103 |
), unsafe_allow_html=True)
|
| 104 |
-
st.
|
| 105 |
-
<a href="https://github.com/siddhant-rajhans/cortexlab" target="_blank" style="
|
| 106 |
-
display: inline-block; padding: 0.4rem 1rem;
|
| 107 |
-
color: #F59E0B; font-size: 0.85rem;
|
| 108 |
-
text-decoration: none;
|
| 109 |
-
">View on GitHub →</a>
|
| 110 |
-
""", unsafe_allow_html=True)
|
| 111 |
|
| 112 |
# --- Data Config (collapsed) ---
|
| 113 |
st.markdown("<div style='height: 1rem'></div>", unsafe_allow_html=True)
|
|
|
|
| 97 |
|
| 98 |
with col6:
|
| 99 |
st.markdown(feature_card(
|
| 100 |
+
"🔴", "Live Inference",
|
| 101 |
+
"Real-time brain prediction from webcam, screen capture, or video. All metrics update live. Works in simulation mode or with full CortexLab + GPU.",
|
| 102 |
+
"#EF4444"
|
| 103 |
), unsafe_allow_html=True)
|
| 104 |
+
st.page_link("pages/6_Live_Inference.py", label="Open Live Inference")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
# --- Data Config (collapsed) ---
|
| 107 |
st.markdown("<div style='height: 1rem'></div>", unsafe_allow_html=True)
|