Spaces:
Running
Running
Upload from GitHub Actions: fixed button issue
Browse files- frontend/src/App.js +0 -9
frontend/src/App.js
CHANGED
|
@@ -326,15 +326,6 @@ function App () {
|
|
| 326 |
>
|
| 327 |
<span style={{ fontSize: '1.1rem' }}>π</span>
|
| 328 |
Add your model/benchmark
|
| 329 |
-
<span style={{
|
| 330 |
-
fontSize: '0.75rem',
|
| 331 |
-
backgroundColor: 'rgba(107, 70, 193, 0.15)',
|
| 332 |
-
padding: '0.2rem 0.5rem',
|
| 333 |
-
borderRadius: '6px',
|
| 334 |
-
marginLeft: '0.5rem',
|
| 335 |
-
fontWeight: '600'
|
| 336 |
-
}}>
|
| 337 |
-
</span>
|
| 338 |
</button>
|
| 339 |
</div>
|
| 340 |
|
|
|
|
| 326 |
>
|
| 327 |
<span style={{ fontSize: '1.1rem' }}>π</span>
|
| 328 |
Add your model/benchmark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 329 |
</button>
|
| 330 |
</div>
|
| 331 |
|