Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ model_card = f"""
|
|
100 |
Plot decision surface of multi-class SGD on iris dataset.
|
101 |
The hyperplanes corresponding to the three one-versus-all (OVA) classifiers are represented by the dashed lines.
|
102 |
## Dataset
|
103 |
-
Iris Dataset
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(title=title) as demo:
|
|
|
100 |
Plot decision surface of multi-class SGD on iris dataset.
|
101 |
The hyperplanes corresponding to the three one-versus-all (OVA) classifiers are represented by the dashed lines.
|
102 |
## Dataset
|
103 |
+
[Iris Dataset](https://en.wikipedia.org/wiki/Iris_flower_data_set)
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(title=title) as demo:
|