Spaces:
Sleeping
Sleeping
fix error in html
Browse files
app.R
CHANGED
@@ -42,9 +42,9 @@ ui <- fluidPage(
|
|
42 |
id = "dataset",
|
43 |
tabPanel("About",
|
44 |
HTML("
|
45 |
-
<h5> The following model was part of the the research article:
|
46 |
|
47 |
-
<p><p> <h5> You can test the app using an example dataset available <a href='https://github.com/harpomaxx/goat-behavior-model/blob/881ed7251a58a55b05d5eb3a3bc40225ba6694cb/data/split/dataset_a.tsv' > here
|
48 |
|
49 |
<h4>Developing an Interpretable Machine Learning Model for the Detection of Mimosa Grazing in Goats</h4>
|
50 |
|
|
|
42 |
id = "dataset",
|
43 |
tabPanel("About",
|
44 |
HTML("
|
45 |
+
<h5> The following model was part of the the research article: </h5>
|
46 |
|
47 |
+
<p><p> <h5> You can test the app using an example dataset available <a href='https://github.com/harpomaxx/goat-behavior-model/blob/881ed7251a58a55b05d5eb3a3bc40225ba6694cb/data/split/dataset_a.tsv' > here </a></h5>
|
48 |
|
49 |
<h4>Developing an Interpretable Machine Learning Model for the Detection of Mimosa Grazing in Goats</h4>
|
50 |
|