SID2000 commited on
Commit
358858d
·
verified ·
1 Parent(s): c869f0e

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -10
app.py CHANGED
@@ -97,17 +97,11 @@ with col5:
97
 
98
  with col6:
99
  st.markdown(feature_card(
100
- "", "Streaming Inference",
101
- "Real-time sliding-window predictions for BCI pipelines. Cross-subject adaptation with minimal calibration data.",
102
- "#F59E0B"
103
  ), unsafe_allow_html=True)
104
- st.markdown(f"""
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 &rarr;</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)