Skip to content

Commit

Permalink
Capitalize training step names
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVig committed Apr 10, 2024
1 parent e405ee9 commit febc1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-client/src/components/progress_bars/TrainingBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
@click="toStep(3)"
>
<template #text>
train your model
Train Your Model
</template>
<template #icon>
<svg
Expand All @@ -126,7 +126,7 @@
@click="toStep(4)"
>
<template #text>
finished
Evaluate Your Model
</template>
<template #icon>
<svg
Expand Down

0 comments on commit febc1e9

Please sign in to comment.