Skip to content

Commit

Permalink
new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Feb 9, 2024
1 parent 2b32c58 commit 4badb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "IrisClustering"
imgname = "iris"
version = "0.0.3"
version = "0.0.4"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand All @@ -14,5 +14,5 @@ RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Clustering = "0.15"
DataFrames = "1.5"
Genie = "5.18"
GenieFramework = "1.26.11"
GenieFramework = "2.0.0"
RDatasets = "0.7"
6 changes: 3 additions & 3 deletions app.jl.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="st-header q-pa-sm">
<h1 class="st-header__title text-h3">My Iris Dashboard</h1>
<h1 class="st-header__title text-h3">Iris Flower Classifier</h1>
</header>
<div class="row">
<div class="st-col col-12 col-sm st-module">
Expand All @@ -12,11 +12,11 @@ <h1 class="st-header__title text-h3">My Iris Dashboard</h1>
</div>
<div class="st-col col-12 col-sm st-module">
<p><b>X feature</b></p>
<q-select :model-value="features" v-model="xfeature" :options="features"></q-select>
<q-select :model-value="features" v-model="xfeature" :options="features" dense></q-select>
</div>
<div class="st-col col-12 col-sm st-module">
<p><b>Y feature</b></p>
<q-select :model-value="features" :options="features" v-model="yfeature"></q-select>
<q-select :model-value="features" :options="features" v-model="yfeature" dense></q-select>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 4badb44

Please sign in to comment.