awacke1 commited on
Commit
2fc65e8
1 Parent(s): 22018c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -43,5 +43,17 @@ for i in range(0, len(mythological_places), 3):
43
  update_map(mythological_places[i + j])
44
  folium_static(m)
45
 
 
46
 
 
 
 
 
 
 
 
 
 
 
 
47
 
 
43
  update_map(mythological_places[i + j])
44
  folium_static(m)
45
 
46
+ st.markdown("""
47
 
48
+ Ásbyrgi: Thor, trying to prove his strength, challenged Sleipnir to a race. Odin agreed, but secretly fed Sleipnir his favorite snack, lightning bolts. With each step, Sleipnir left a massive print, and thus, Ásbyrgi was formed.
49
+
50
+ Dimmuborgir: Loki, the trickster, held a housewarming party for the trolls and elves in Dimmuborgir. He spiced the food with a touch of mischief, causing everyone to break into spontaneous, ridiculous dances that lasted for days.
51
+
52
+ Hekla: Freyja, the goddess of love, hosted a witches' convention on Hekla to improve their matchmaking skills. The witches accidentally brewed a love potion so powerful that it caused the volcano to erupt with passion.
53
+
54
+ Elliðaey: The skoffin, tired of its isolation, devised a plan to hitch a ride off the island. It disguised itself as a mythical creature tour guide, successfully luring a boat full of curious tourists to Elliðaey.
55
+
56
+ Mývatn: Balder, the god of light, organized a contest for the supernatural beings of Mývatn. The prize was an all-expenses-paid vacation to sunny Valhalla. The competition was fierce, with participants showing off their most impressive magic tricks.
57
+
58
+ """)
59