Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
minor design fix
Browse files
frontend/src/components/Benchmark/CreateForm.jsx
CHANGED
@@ -413,7 +413,7 @@ function CreateForm({ onStartGeneration }) {
|
|
413 |
<TextField
|
414 |
fullWidth
|
415 |
variant="outlined"
|
416 |
-
label="Website URL"
|
417 |
placeholder="e.g. https://en.wikipedia.org/wiki/Real_Madrid_CF"
|
418 |
value={urlInput}
|
419 |
onChange={handleUrlInputChange}
|
|
|
413 |
<TextField
|
414 |
fullWidth
|
415 |
variant="outlined"
|
416 |
+
label="Website URL..."
|
417 |
placeholder="e.g. https://en.wikipedia.org/wiki/Real_Madrid_CF"
|
418 |
value={urlInput}
|
419 |
onChange={handleUrlInputChange}
|