Update app.py
Browse files
app.py
CHANGED
|
@@ -108,4 +108,6 @@ st.markdown("""
|
|
| 108 |
### Tips:
|
| 109 |
- Use **RBF kernel** for non-linear data.
|
| 110 |
- Try adjusting C to see how the margin changes.
|
| 111 |
-
""")
|
|
|
|
|
|
|
|
|
| 108 |
### Tips:
|
| 109 |
- Use **RBF kernel** for non-linear data.
|
| 110 |
- Try adjusting C to see how the margin changes.
|
| 111 |
+
""")
|
| 112 |
+
|
| 113 |
+
|