nickmuchi commited on
Commit
4eeb290
1 Parent(s): 91e9478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(250,250)), gr.Image('images/sickie.png',label = 'UnHealthy', shape=(250,250)),
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