Ariel commited on
Commit
c3b399b
·
1 Parent(s): 3ae0e3a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ logo_url = 'https://raw.githubusercontent.com/ArielDrabkin/Solar-Panel-Detector/
12
  with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=custom_css) as app:
13
  gr.Markdown("# **Solar Panel Detector 2.0** 🛰️☀️", elem_classes="centered-text")
14
  with gr.Row(elem_classes="center-image"):
15
- gr.Image(logo_url, scale=1, height=400, width=700, show_label=False, show_download_button=False,
16
  show_share_button=False)
17
  gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
18
 
 
12
  with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=custom_css) as app:
13
  gr.Markdown("# **Solar Panel Detector 2.0** 🛰️☀️", elem_classes="centered-text")
14
  with gr.Row(elem_classes="center-image"):
15
+ gr.Image(logo_url, scale=1, height=450, width=700, show_label=False, show_download_button=False,
16
  show_share_button=False)
17
  gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
18