Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -273,4 +273,4 @@ def analyze_tree(image, latitude, longitude):
|
|
273 |
map_html = "<p>Could not generate map</p>"
|
274 |
else:
|
275 |
location_result = "No GPS coordinates provided"
|
276 |
-
map_html = "<p>
|
|
|
273 |
map_html = "<p>Could not generate map</p>"
|
274 |
else:
|
275 |
location_result = "No GPS coordinates provided"
|
276 |
+
map_html = "<p>"
|