ArielDrabkin commited on
Commit
c0924f7
·
verified ·
1 Parent(s): 555233e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
30
 
31
  # Instructions for address-based detection
32
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
33
- "2. Insert your Google maps api key which you can get from - [Maps Static API](https://developers.google.com/maps/documentation/maps-static/get-api-key).\n"
34
  "3. Choose the zoom level (19 is the default).")
35
  address = gr.Textbox(label="Address")
36
  api_key = gr.Textbox(label="Google maps api key", type="password")
 
30
 
31
  # Instructions for address-based detection
32
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
33
+ "2. Insert your Google maps api key which you can get from [Maps Static API](https://developers.google.com/maps/documentation/maps-static/get-api-key).\n"
34
  "3. Choose the zoom level (19 is the default).")
35
  address = gr.Textbox(label="Address")
36
  api_key = gr.Textbox(label="Google maps api key", type="password")