ArielDrabkin commited on
Commit
a3b46cc
·
verified ·
1 Parent(s): b460b9b

Update app.py

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
  "## Detect solar panels in a given address or a given satellite image.\n"
27
- "### Learn more about this project in the LevelUpCoding♾️ articles:\n"
28
  "### • [Solar-Panel-Detector: Guide to an End-to-End Computer Vision Project Using Nothing-But-Free Software](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43) \n"
29
  "### • [Enhancing Object Detection in Aerial Imagery: A Comparative Study of Data Augmentation Techniques](https://levelup.gitconnected.com/enhancing-object-detection-in-aerial-imagery-a-comparative-study-of-data-augmentation-techniques-02a5944d7b80)")
30
 
 
24
  # Description for using the app with address and Google Maps API
25
  gr.Markdown(
26
  "## Detect solar panels in a given address or a given satellite image.\n"
27
+ "### Learn more about this project in these [LevelUpCoding♾️](https://levelup.gitconnected.com) articles:\n"
28
  "### • [Solar-Panel-Detector: Guide to an End-to-End Computer Vision Project Using Nothing-But-Free Software](https://levelup.gitconnected.com/solar-panel-detector-guide-to-an-end-to-end-computer-vision-project-using-nothing-but-free-a7ee3610de43) \n"
29
  "### • [Enhancing Object Detection in Aerial Imagery: A Comparative Study of Data Augmentation Techniques](https://levelup.gitconnected.com/enhancing-object-detection-in-aerial-imagery-a-comparative-study-of-data-augmentation-techniques-02a5944d7b80)")
30