Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Aug 19, 2023
1 parent 982b2f0 commit 42200bd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/model-training.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ class ModelTraining extends LitElement {
<div
class="d-flex flex-row mb-3 justify-content-end align-items-center"
>
<button
type="button"
class="btn btn-lg btn-info"
@click="${this.showIntentCoverage}"
>
Intent Coverage
</button>
<i id="trainingStatus" class="form-text text-muted me-1"></i>
<button
type="button"
Expand All @@ -136,6 +129,14 @@ class ModelTraining extends LitElement {
>
<i class="bi bi-cpu"></i> Training Status
</button>
<button
type="button"
class="btn btn-lg btn-info me-2"
@click="${this.showIntentCoverage}"
>
Intent Coverage
</button>
<button
type="button"
class="btn btn-lg btn-primary"
Expand Down

0 comments on commit 42200bd

Please sign in to comment.