Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,23 @@ Google Earth URL: https://earth.google.com/web/search/4704+cavan+road+mound+mn+
|
|
| 234 |
- [Read more at startribune.com](https://www.startribune.com/how-did-tonka-trucks-get-their-start-in-minnesota/600242109/)
|
| 235 |
- [Additional information at boingboing.net](https://boingboing.net/2023/04/21/tonkas-name-is-an-homage-to-lake-minnetonka.html)
|
| 236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
"""
|
|
|
|
| 238 |
return markdown
|
| 239 |
|
| 240 |
with gr.Blocks() as demo:
|
|
|
|
| 234 |
- [Read more at startribune.com](https://www.startribune.com/how-did-tonka-trucks-get-their-start-in-minnesota/600242109/)
|
| 235 |
- [Additional information at boingboing.net](https://boingboing.net/2023/04/21/tonkas-name-is-an-homage-to-lake-minnetonka.html)
|
| 236 |
|
| 237 |
+
# Historic Places on Lake Minnetonka
|
| 238 |
+
|
| 239 |
+
## 1. Lord Fletcher's
|
| 240 |
+

|
| 241 |
+
[Learn more about Lord Fletcher's on Wikipedia](https://en.wikipedia.org/wiki/Lord_Fletcher%27s)
|
| 242 |
+
|
| 243 |
+
## 2. Al and Alma's
|
| 244 |
+

|
| 245 |
+
[Learn more about Al and Alma's on Wikipedia](https://en.wikipedia.org/wiki/Al_and_Alma%27s)
|
| 246 |
+
|
| 247 |
+
## 3. Tonka Toys in Mound, MN
|
| 248 |
+

|
| 249 |
+
[Learn more about Tonka Toys on Wikipedia](https://en.wikipedia.org/wiki/Tonka)
|
| 250 |
+
|
| 251 |
+
|
| 252 |
"""
|
| 253 |
+
|
| 254 |
return markdown
|
| 255 |
|
| 256 |
with gr.Blocks() as demo:
|