Skip to content

Commit

Permalink
Frontend: Verbose submission file path instruction for CLI(Cloud-CV#3574
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Ram81 authored Aug 18, 2021
1 parent 20ab744 commit 2bc3487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/web/challenge/submission.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h5 class="w-300">Make Submission</h5>
</li>
<li>
Make submission<br>
<code>$ evalai challenge {{challenge.challengeId}} phase {{challenge.phaseId}} submit --file &lt;submission_file_path&gt; --large</code>
<code>$ evalai challenge {{challenge.challengeId}} phase {{challenge.phaseId}} submit --file /path/to/local/submission_file --large</code>
<button class="btn ev-btn-dark waves-effect waves-dark grad-btn code-btn"
ng-click="challenge.showConfirmation('Command copied to clipboard')" ngclipboard
data-clipboard-text="evalai challenge {{challenge.challengeId}} phase {{challenge.phaseId}} submit --file &lt;submission_file_path&gt; --large">
Expand Down

0 comments on commit 2bc3487

Please sign in to comment.