Spaces:
Runtime error
Runtime error
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 +14 -0
- pages/{00_app.py β 01_app.py} +0 -0
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
|