NidhiS09 commited on
Commit
cd1a78d
·
verified ·
1 Parent(s): d249533

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
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