Commit
·
dc3cdcf
1
Parent(s):
2b943ac
Update dimensions images
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(title=title) as demo:
|
|
74 |
with gr.Column():
|
75 |
html1 = (
|
76 |
"<div >"
|
77 |
-
"<img src='file/iris_flower_dimensions.png' alt='image One'>"
|
78 |
+ "</div>"
|
79 |
)
|
80 |
gr.HTML(html1)
|
|
|
74 |
with gr.Column():
|
75 |
html1 = (
|
76 |
"<div >"
|
77 |
+
"<img src='file/iris_flower_dimensions.png' width='597' height='460' alt='image One'>"
|
78 |
+ "</div>"
|
79 |
)
|
80 |
gr.HTML(html1)
|