Ariel commited on
Commit
55f9d1e
·
1 Parent(s): c3b399b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
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
 
19
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
20
  "2. Insert your Google maps api key which you can get from - "
 
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 satellite image.")
18
 
19
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
20
  "2. Insert your Google maps api key which you can get from - "