Ariel
commited on
Commit
·
8547388
1
Parent(s):
fc1c02c
edit logo
Browse files
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=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"
|
|
|
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, show_share_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"
|