Update app.py
Browse files
app.py
CHANGED
|
@@ -15,10 +15,10 @@ with ss.row(style="margin:10px 0"):
|
|
| 15 |
ss.image("./images/setosa.webp", title = "Silky Iris Setosa", elevation = 10, width=250, height=300)
|
| 16 |
|
| 17 |
with ss.col():
|
| 18 |
-
ss.image("./images/versicolor.webp", title = "Iris Versicolor", elevation = 10, width=250)
|
| 19 |
|
| 20 |
with ss.col():
|
| 21 |
-
ss.image("./images/virginica.webp", title = "Virginia Iris Virginica", elevation = 10, width=250)
|
| 22 |
|
| 23 |
ss.md('''
|
| 24 |
### Machine Learning
|
|
|
|
| 15 |
ss.image("./images/setosa.webp", title = "Silky Iris Setosa", elevation = 10, width=250, height=300)
|
| 16 |
|
| 17 |
with ss.col():
|
| 18 |
+
ss.image("./images/versicolor.webp", title = "Iris Versicolor", elevation = 10, width=250, height=300)
|
| 19 |
|
| 20 |
with ss.col():
|
| 21 |
+
ss.image("./images/virginica.webp", title = "Virginia Iris Virginica", elevation = 10, width=250, height=300)
|
| 22 |
|
| 23 |
ss.md('''
|
| 24 |
### Machine Learning
|