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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -63,13 +63,15 @@ with gr.Blocks(title = heading, theme= 'snehilsanyal/scikit-learn') as demo:
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>\
 
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
 
68
  <b>1. Sepal length (cm) </b>\
69
 
70
  <b>2. Sepal width (cm) </b>\
71
 
72
  The SVM Classifiers used for this demo are:\
73
+ \
74
+
75
  <b>1. SVC with linear kernel </b>\
76
 
77
  <b>2. Linear SVC </b>\