Ariel commited on
Commit
f086413
1 Parent(s): d7beb55

added comments

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(theme="HaleyCH/HaleyCH_Theme", title="Solar Panel Detector", css=
24
  # Description for using the app with address and Google Maps API
25
  gr.Markdown(
26
  "## This app provides the ability to detect solar panels in a given address or a given satellite image. "
27
- "## You can learn all about the project and the model in [this article](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43)")
28
 
29
  # Instructions for address-based detection
30
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"
 
24
  # Description for using the app with address and Google Maps API
25
  gr.Markdown(
26
  "## This app provides the ability to detect solar panels in a given address or a given satellite image. "
27
+ "You can learn all about the project and the model in [this article](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43)")
28
 
29
  # Instructions for address-based detection
30
  gr.Markdown("### Using by address with google maps:\n1. Enter an address or geographic coordinates.\n"