snehilsanyal commited on
Commit
8d7f7f8
·
1 Parent(s): 7fb8136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -61,21 +61,21 @@ with gr.Blocks(title = heading, theme= 'snehilsanyal/scikit-learn') as demo:
61
  gr.Markdown(
62
  """
63
  ### This demo visualizes different SVM Classifiers on a 2D projection of the Iris dataset.
64
- \
65
- The features to be considered are:
66
- \
67
- <b>1. Sepal length (cm) </b>
68
- \
69
- <b>2. Sepal width (cm) </b>
70
- \
71
- The SVM Classifiers used for this demo are:
72
- \
73
- <b>1. SVC with linear kernel </b>
74
- \
75
- <b>2. Linear SVC </b>
76
- \
77
- <b>3. SVC with RBF kernel</b>
78
- \
79
  <b>4. SVC with Polynomial (degree 3) kernel</b>
80
  """
81
  )
 
61
  gr.Markdown(
62
  """
63
  ### This demo visualizes different SVM Classifiers on a 2D projection of the Iris dataset.
64
+
65
+ The features to be considered are:\
66
+
67
+ <b>1. Sepal length (cm) </b>\
68
+
69
+ <b>2. Sepal width (cm) </b>\
70
+
71
+ The SVM Classifiers used for this demo are:\
72
+
73
+ <b>1. SVC with linear kernel </b>\
74
+
75
+ <b>2. Linear SVC </b>\
76
+
77
+ <b>3. SVC with RBF kernel</b>\
78
+
79
  <b>4. SVC with Polynomial (degree 3) kernel</b>
80
  """
81
  )