diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-19 21:27:47 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-04-19 21:42:25 +0200 |
commit | 2c68a5c7926bfb62902ef9ad4b705d675c2293f7 (patch) | |
tree | 00380afb18456bd6aeb20c2f33ff3dd3eace883d /frontend/src/app/_pages/home/home.component.html | |
parent | d1528c6739ff702efa8963dc8e2f6e097e97eb0b (diff) |
Dodate ispravljena komponenta za kreiranje grafika i dodata komponenta za njegov prikaz.
Diffstat (limited to 'frontend/src/app/_pages/home/home.component.html')
-rw-r--r-- | frontend/src/app/_pages/home/home.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/home/home.component.html b/frontend/src/app/_pages/home/home.component.html index 08f95a69..f5e94d27 100644 --- a/frontend/src/app/_pages/home/home.component.html +++ b/frontend/src/app/_pages/home/home.component.html @@ -53,4 +53,5 @@ <app-carousel [items]="publicPredictors" [type]="'Predictor'"> </app-carousel> <h3><a routerLink="browse-predictors">Pogledaj sve javne trenirane modele...</a></h3> + </div>
\ No newline at end of file |