awacke1 commited on
Commit
d3f4fe3
·
verified ·
1 Parent(s): 1810efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -206,12 +206,7 @@ Google Earth URL: https://earth.google.com/web/search/4704+cavan+road+mound+mn+
206
 
207
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/5ob9-KGYdtQw8PY-YdYpv.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/Wh29MQZ6IXT0_yoDjTr7H.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/5ob9-KGYdtQw8PY-YdYpv.png)
208
 
209
+ # East/West View of Phelps Island, Lord Fletchers and Al and Alma's
 
 
 
 
 
210
 
211
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/Wh29MQZ6IXT0_yoDjTr7H.png)
212
 
 
277
  markdown = GoogleEarth()
278
  gr.Markdown(markdown)
279
 
 
 
 
280
  demo.launch()