Skip to content

Commit

Permalink
Merge branch 'main' into Feature/new_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
shincap8 authored Jan 29, 2025
2 parents 2cce5d4 + a62b8a6 commit ef7bbc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontends/web/src/new_front/pages/SubmitModel/SubmitModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ const SubmitModel = () => {
<i className="fas fa-edit "></i> Upload model
</Button>
)}
<span className="pb-4 text-red-400">
Please refrain from renaming the files and directories of the
downloadable zip base file
</span>
<span className="pb-4 text-gray-400">
This may affect our pipeline thus your scoring
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit ef7bbc8

Please sign in to comment.