Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -206,12 +206,7 @@ Google Earth URL: https://earth.google.com/web/search/4704+cavan+road+mound+mn+
|
|
206 |
|
207 |

|
208 |
|
209 |
-
|
210 |
-
return markdown
|
211 |
-
|
212 |
-
def GoogleEarth2():
|
213 |
-
markdown = """
|
214 |
-
# East/West View of Phelps Island, Lord Fletchers and Al and Alma's
|
215 |
|
216 |

|
217 |
|
@@ -282,7 +277,4 @@ with gr.Blocks() as demo:
|
|
282 |
markdown = GoogleEarth()
|
283 |
gr.Markdown(markdown)
|
284 |
|
285 |
-
markdown = GoogleEarth2()
|
286 |
-
gr.Markdown(markdown)
|
287 |
-
|
288 |
demo.launch()
|
|
|
206 |
|
207 |

|
208 |
|
209 |
+
# East/West View of Phelps Island, Lord Fletchers and Al and Alma's
|
|
|
|
|
|
|
|
|
|
|
210 |
|
211 |

|
212 |
|
|
|
277 |
markdown = GoogleEarth()
|
278 |
gr.Markdown(markdown)
|
279 |
|
|
|
|
|
|
|
280 |
demo.launch()
|