Ariel commited on
Commit
fc1c02c
·
1 Parent(s): 4f77eb4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
15
  gr.Markdown("# **Solar Panel Detector 2.0** 🛰️☀️", elem_classes="centered-text")
16
  # Create an image component
17
  with gr.Row(elem_classes="center-image"):
18
- gr.Image(logo_url, scale=1, height=350, width=700, show_label=False, show_download_button=False)
19
  gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
20
 
21
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
 
15
  gr.Markdown("# **Solar Panel Detector 2.0** 🛰️☀️", elem_classes="centered-text")
16
  # Create an image component
17
  with gr.Row(elem_classes="center-image"):
18
+ gr.Image(logo_url, scale=1, height=400, width=700, show_label=False, show_download_button=False)
19
  gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
20
 
21
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"