CarolinePascal commited on
Commit
5034273
·
unverified ·
1 Parent(s): a97c481

fix(header): removing header

Browse files
Files changed (1) hide show
  1. app.jsx +1 -53
app.jsx CHANGED
@@ -1124,64 +1124,12 @@ function App() {
1124
 
1125
  return (
1126
  <div>
1127
- {/* Nav */}
1128
- <nav className="nav">
1129
- <a href="#" className="nav-brand">
1130
- <img src={(typeof window !== 'undefined' && window.__HF_LOGO) || "assets/hf-logo.png"} alt=""/>
1131
- <span className="wordmark">Hugging Face</span>
1132
- </a>
1133
- <div className="nav-links">
1134
- <a href="#">Models</a>
1135
- <a href="#">Datasets</a>
1136
- <a href="#" style={{background:'var(--bg-3)', color:'var(--fg-1)'}}>Spaces</a>
1137
- <a href="#">Posts</a>
1138
- <a href="#">Docs</a>
1139
- </div>
1140
- <div className="nav-spacer"/>
1141
- <input className="nav-search" placeholder="Search models, datasets, users..." readOnly/>
1142
- <div className="nav-right">
1143
- <button className="nav-btn">Sign In</button>
1144
- <button className="nav-btn primary">Sign Up</button>
1145
- </div>
1146
- </nav>
1147
-
1148
- {/* Space header */}
1149
- <div className="space-header">
1150
- <div className="space-header-inner">
1151
- <div>
1152
- <div className="space-breadcrumb">
1153
- <a href="#">lerobot</a>
1154
- <span className="sep">/</span>
1155
- <a href="#" style={{color:'var(--fg-1)'}}>video-benchmark</a>
1156
- <span className="sep">·</span>
1157
- <span>Space</span>
1158
- </div>
1159
- <div className="space-title">
1160
- 🎬 Video encoding & decoding benchmark
1161
- </div>
1162
- <div className="space-meta">
1163
- <span className="pill">SPACE</span>
1164
- <span className="chip">🟢 Running</span>
1165
- <span className="chip">Static</span>
1166
- <span className="chip">Apache-2.0</span>
1167
- <span style={{color:'var(--fg-3)'}}>Updated 2 days ago</span>
1168
- </div>
1169
- </div>
1170
- <div className="space-actions">
1171
- <button className="like-btn">♥ Like <span className="count">217</span></button>
1172
- <button className="nav-btn">App</button>
1173
- <button className="nav-btn">Files</button>
1174
- <button className="nav-btn">Community</button>
1175
- </div>
1176
- </div>
1177
- </div>
1178
-
1179
  {/* Main */}
1180
  <div className="page">
1181
  {/* Hero */}
1182
  <section className="hero" style={heroClass}>
1183
  <div>
1184
- <span className="hero-tag"><span className="dot"/> Open benchmark · Updated daily</span>
1185
  <h1>Which video codec belongs in your robotics dataset?</h1>
1186
  <p className="subtitle">
1187
  Encode with h264, HEVC, or AV1. Decode with PyAV, torchcodec, or video_reader. Across four LeRobot datasets, {ALL_ROWS.length.toLocaleString()} configurations tell you exactly what you trade for what.
 
1124
 
1125
  return (
1126
  <div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1127
  {/* Main */}
1128
  <div className="page">
1129
  {/* Hero */}
1130
  <section className="hero" style={heroClass}>
1131
  <div>
1132
+ <span className="hero-tag"><span className="dot"/> Open benchmark</span>
1133
  <h1>Which video codec belongs in your robotics dataset?</h1>
1134
  <p className="subtitle">
1135
  Encode with h264, HEVC, or AV1. Decode with PyAV, torchcodec, or video_reader. Across four LeRobot datasets, {ALL_ROWS.length.toLocaleString()} configurations tell you exactly what you trade for what.