awacke1 commited on
Commit
08f1c15
·
1 Parent(s): 4f40971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -11
app.py CHANGED
@@ -1,19 +1,20 @@
1
  import streamlit as st
2
 
3
  markdown_text = '''
4
- ## Top Ten Things to Do in Iceland
5
 
6
- 1. [Blue Lagoon](https://www.google.com/search?q=blue+lagoon+iceland+pictures) - Relax and rejuvenate in the famous geothermal spa.
7
- 2. [Golden Circle](https://www.google.com/search?q=golden+circle+iceland+pictures) - A popular route that encompasses three major attractions: Thingvellir National Park, the Geysir geothermal area, and Gullfoss waterfall.
8
- 3. [Reykjavik](https://www.google.com/search?q=reykjavik+pictures) - Explore the capital city's vibrant culture, art, history, and nightlife.
9
- 4. [Vatnajökull National Park](https://www.google.com/search?q=vatnajokull+national+park+pictures) - Experience the natural beauty of the park that features the largest glacier in Europe, Vatnajökull.
10
- 5. [Jokulsarlon Glacier Lagoon](https://www.google.com/search?q=jokulsarlon+glacier+lagoon+pictures) - Marvel at the floating icebergs and observe seals in this beautiful glacial lagoon.
11
- 6. [Whale Watching](https://www.google.com/search?q=iceland+whale+watching+pictures) - Embark on a whale-watching tour to see these majestic creatures in their natural habitat.
12
- 7. [Northern Lights](https://www.google.com/search?q=iceland+northern+lights+pictures) - Catch the mesmerizing Aurora Borealis during the winter months.
13
- 8. [Laugavegur Trek](https://www.google.com/search?q=laugavegur+trek+pictures) - Challenge yourself with this famous trek through Iceland's diverse landscapes.
14
- 9. [Westfjords](https://www.google.com/search?q=westfjords+iceland+pictures) - Discover the remote and rugged beauty of the Westfjords, including Dynjandi waterfall and Hornstrandir Nature Reserve.
15
- 10. [Myvatn](https://www.google.com/search?q=myvatn+pictures) - Explore the geothermal area around Lake Myvatn, featuring volcanic craters, lava formations, and hot springs.
16
 
17
  '''
18
 
19
  st.markdown(markdown_text)
 
 
1
  import streamlit as st
2
 
3
  markdown_text = '''
4
+ ## 🇮🇸 Top Ten Things to Do in Iceland
5
 
6
+ 1. [🔵 Blue Lagoon](https://www.google.com/search?q=blue+lagoon+iceland+pictures) - Relax and rejuvenate in the famous geothermal spa.
7
+ 2. [🌟 Golden Circle](https://www.google.com/search?q=golden+circle+iceland+pictures) - A popular route that encompasses three major attractions: Thingvellir National Park, the Geysir geothermal area, and Gullfoss waterfall.
8
+ 3. [🏙️ Reykjavik](https://www.google.com/search?q=reykjavik+pictures) - Explore the capital city's vibrant culture, art, history, and nightlife.
9
+ 4. [❄️ Vatnajökull National Park](https://www.google.com/search?q=vatnajokull+national+park+pictures) - Experience the natural beauty of the park that features the largest glacier in Europe, Vatnajökull.
10
+ 5. [🚣 Jokulsarlon Glacier Lagoon](https://www.google.com/search?q=jokulsarlon+glacier+lagoon+pictures) - Marvel at the floating icebergs and observe seals in this beautiful glacial lagoon.
11
+ 6. [🐋 Whale Watching](https://www.google.com/search?q=iceland+whale+watching+pictures) - Embark on a whale-watching tour to see these majestic creatures in their natural habitat.
12
+ 7. [🌌 Northern Lights](https://www.google.com/search?q=iceland+northern+lights+pictures) - Catch the mesmerizing Aurora Borealis during the winter months.
13
+ 8. [⛰️ Laugavegur Trek](https://www.google.com/search?q=laugavegur+trek+pictures) - Challenge yourself with this famous trek through Iceland's diverse landscapes.
14
+ 9. [🌊 Westfjords](https://www.google.com/search?q=westfjords+iceland+pictures) - Discover the remote and rugged beauty of the Westfjords, including Dynjandi waterfall and Hornstrandir Nature Reserve.
15
+ 10. [🌋 Myvatn](https://www.google.com/search?q=myvatn+pictures) - Explore the geothermal area around Lake Myvatn, featuring volcanic craters, lava formations, and hot springs.
16
 
17
  '''
18
 
19
  st.markdown(markdown_text)
20
+