Jonathan Marokhovsky commited on
Commit
bda8e7d
β€’
1 Parent(s): 034d4ad

Made a proper web page and changed the filename of the app to reflect that

Browse files
pages/00_home.py ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import solara
2
+
3
+
4
+ @solara.component
5
+ def Page():
6
+ with solara.Column(align="center"):
7
+ markdown = """
8
+ ## Solara-Leafmap Toy
9
+
10
+ ### Introduction
11
+ **A quick [Solara](https://github.com/widgetti/solara) to showcase user interactions in leafmap**
12
+ """
13
+
14
+ solara.Markdown(markdown)
pages/{00_app.py β†’ 01_app.py} RENAMED
File without changes