Ramyamaheswari commited on
Commit
43d419f
·
verified ·
1 Parent(s): 68d5ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from io import StringIO
13
 
14
  # Page config
15
  st.set_page_config(page_title="Explore SVM Algorithm", layout="wide")
16
- st.title("🔍 Support Vector Machine (SVM) Classifier Explained")
17
 
18
  # -----------------------------------
19
  # Theory Section
 
13
 
14
  # Page config
15
  st.set_page_config(page_title="Explore SVM Algorithm", layout="wide")
16
+ st.title("🔍 Support Vector Machine (SVM)")
17
 
18
  # -----------------------------------
19
  # Theory Section