diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-03-29 23:40:25 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-03-29 23:48:28 +0200 |
commit | bb76ad16528692c45585a6402ef6b6bca5864202 (patch) | |
tree | 344e5121a6dfa004d2a9ed92f40b7e1eb32def7b /frontend/src/app/_pages/my-models | |
parent | 7987afc3be72d9b611217e1f04e28e472ed067e4 (diff) |
Omogućen je grafički prikaz veštačke neuronske mreže za sve unete modele.
Diffstat (limited to 'frontend/src/app/_pages/my-models')
-rw-r--r-- | frontend/src/app/_pages/my-models/my-models.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/my-models/my-models.component.html b/frontend/src/app/_pages/my-models/my-models.component.html index b6926771..e2533d89 100644 --- a/frontend/src/app/_pages/my-models/my-models.component.html +++ b/frontend/src/app/_pages/my-models/my-models.component.html @@ -8,6 +8,7 @@ <div class="row"> <div class="col-sm-4" style="margin-bottom: 10px;" *ngFor="let model of myModels"> <app-item-model [model]="model"></app-item-model> + <app-annvisual align-items-center [model]="model" style="width: 100%;"></app-annvisual> <div style="width: 25%; margin: auto;"> <button mat-raised-button color="primary" (click)="deleteThisModel(model)" style="margin-top: 3px; width: 100%;">Obriši</button> |