Ariel
commited on
Commit
·
e35f3e4
1
Parent(s):
661b2f8
Upload app
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
|
|
155 |
""")
|
156 |
gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
|
157 |
|
158 |
-
gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic
|
159 |
"2. Insert your Google maps api key which you can get from - "
|
160 |
"https://developers.google.com/maps/documentation/maps-static/get-api-key .\n"
|
161 |
"3. Choose the zoom level (19 is the default).")
|
|
|
155 |
""")
|
156 |
gr.Markdown("## This app provides the ability to detect solar panels in a given address or a given image.")
|
157 |
|
158 |
+
gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
|
159 |
"2. Insert your Google maps api key which you can get from - "
|
160 |
"https://developers.google.com/maps/documentation/maps-static/get-api-key .\n"
|
161 |
"3. Choose the zoom level (19 is the default).")
|