Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
c2d3ff1
1
Parent(s):
29ed2dd
remove optional tag
Browse files
ui/src/components/HFJobsWorkflow.tsx
CHANGED
@@ -500,7 +500,7 @@ export default function HFJobsWorkflow({ jobConfig, onComplete, hackathonEligibl
|
|
500 |
{hackathonEligible && (
|
501 |
<div className="space-y-3">
|
502 |
<Checkbox
|
503 |
-
label="Participate in LoRA Frenzi
|
504 |
checked={participateHackathon}
|
505 |
onChange={value => {
|
506 |
setParticipationTouched(true);
|
|
|
500 |
{hackathonEligible && (
|
501 |
<div className="space-y-3">
|
502 |
<Checkbox
|
503 |
+
label="Participate in LoRA Frenzi"
|
504 |
checked={participateHackathon}
|
505 |
onChange={value => {
|
506 |
setParticipationTouched(true);
|