Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ Iris flowers have a rich cultural background. They are named for their petals, w
|
|
| 12 |
|
| 13 |
with ss.row(style="margin:10px 0"):
|
| 14 |
with ss.col():
|
| 15 |
-
ss.image("./images/setosa.webp", title = "Silky Iris Setosa", elevation = 10, width=250)
|
| 16 |
|
| 17 |
with ss.col():
|
| 18 |
ss.image("./images/versicolor.webp", title = "Iris Versicolor", elevation = 10, width=250)
|
|
|
|
| 12 |
|
| 13 |
with ss.row(style="margin:10px 0"):
|
| 14 |
with ss.col():
|
| 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)
|