snehilsanyal commited on
Commit
d4c2604
β€’
1 Parent(s): 4b33f7a

Update app.py

Browse files

Added bold tags for readability

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,14 +62,14 @@ with gr.Blocks(title = heading, theme= 'snehilsanyal/scikit-learn') as demo:
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
 
68
  1. Sepal length (cm) \
69
 
70
  2. Sepal width (cm) \
71
 
72
- The SVM Classifiers used for this demo are:\
73
  \
74
 
75
  1. SVC with linear kernel \
 
62
  """
63
  ### This demo visualizes different SVM Classifiers on a 2D projection of the Iris dataset.
64
 
65
+ <b>The features to be considered are:</b>\
66
  \
67
 
68
  1. Sepal length (cm) \
69
 
70
  2. Sepal width (cm) \
71
 
72
+ <b>The SVM Classifiers used for this demo are:</b>\
73
  \
74
 
75
  1. SVC with linear kernel \