sulpha commited on
Commit
31bfb1f
·
1 Parent(s): b74e3c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: