Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -318,7 +318,6 @@ def handle_submit(file, team, model_name, phase_label, challenge_type, profile:
|
|
| 318 |
remaining = DAILY_SUBMISSION_CAP - subs_today - 1
|
| 319 |
return (
|
| 320 |
f"✅ Submission queued successfully! Visit **My Submissions** to see the results. You have {remaining}/{DAILY_SUBMISSION_CAP} submissions remaining today.",
|
| 321 |
-
submission_id,
|
| 322 |
)
|
| 323 |
|
| 324 |
|
|
|
|
| 318 |
remaining = DAILY_SUBMISSION_CAP - subs_today - 1
|
| 319 |
return (
|
| 320 |
f"✅ Submission queued successfully! Visit **My Submissions** to see the results. You have {remaining}/{DAILY_SUBMISSION_CAP} submissions remaining today.",
|
|
|
|
| 321 |
)
|
| 322 |
|
| 323 |
|