Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ demo = gr.Blocks(css=css)
|
|
90 |
|
91 |
with demo:
|
92 |
gr.Markdown(title)
|
93 |
-
gr.Image('images/Healthy.png',label = 'Healthy', shape=(
|
94 |
gr.Markdown(description)
|
95 |
gr.Markdown(twitter_link)
|
96 |
|
|
|
90 |
|
91 |
with demo:
|
92 |
gr.Markdown(title)
|
93 |
+
gr.Image('images/Healthy.png',label = 'Healthy', shape=(100,100)),
|
94 |
gr.Markdown(description)
|
95 |
gr.Markdown(twitter_link)
|
96 |
|