Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -252,6 +252,32 @@ with gr.Blocks() as demo:
|
|
252 |
|
253 |
markdown = GoogleEarth()
|
254 |
gr.Markdown(markdown)
|
255 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
|
257 |
demo.launch()
|
|
|
252 |
|
253 |
markdown = GoogleEarth()
|
254 |
gr.Markdown(markdown)
|
255 |
+
|
256 |
+
gr.Markdown("""
|
257 |
+
# East/West View of Phelps Island, Lord Fletchers and Al and Alma's
|
258 |
+
|
259 |
+

|
260 |
+
|
261 |
+
# Historic Places on Lake Minnetonka
|
262 |
+
|
263 |
+
## 1. Lord Fletcher's
|
264 |
+
|
265 |
+

|
266 |
+
|
267 |
+
Lord Fletcher's is a historic lakeside restaurant located on the shores of Lake Minnetonka. It has been a beloved destination for locals and visitors alike, known for its stunning views and delicious cuisine. [Learn more about Lord Fletcher's on Wikipedia](https://en.wikipedia.org/wiki/Lord_Fletcher%27s)
|
268 |
+
|
269 |
+
## 2. Al and Alma's
|
270 |
+
|
271 |
+

|
272 |
+
|
273 |
+
Al and Alma's is another iconic establishment on Lake Minnetonka, known for its supper club and cruises on the lake. It has a rich history and is a popular choice for dining and special events. [Learn more about Al and Alma's on Wikipedia](https://en.wikipedia.org/wiki/Al_and_Alma%27s)
|
274 |
+
|
275 |
+
## 3. Tonka Toys in Mound, MN
|
276 |
+
|
277 |
+

|
278 |
+
|
279 |
+
Tonka Toys, located in Mound, Minnesota, is famous for manufacturing toy trucks and construction vehicles. It's a piece of Lake Minnetonka's industrial history and has brought joy to generations of children with its high-quality toys. [Learn more about Tonka Toys on Wikipedia](https://en.wikipedia.org/wiki/Tonka)
|
280 |
+
|
281 |
+
""")
|
282 |
|
283 |
demo.launch()
|