Spaces:
Build error
Build error
jordancaraballo
commited on
Commit
•
e419e29
1
Parent(s):
e095806
Adding gif and HF URL
Browse files- README.md +2 -0
- pages/00_home.py +5 -0
README.md
CHANGED
@@ -13,6 +13,8 @@ app_port: 7860
|
|
13 |
|
14 |
Wildfire occurrence modeling using Terrestrial Ecosystem Models and Artificial Intelligence
|
15 |
|
|
|
|
|
16 |
## Objectives
|
17 |
|
18 |
- Probabilistic wildfire occurrence model
|
|
|
13 |
|
14 |
Wildfire occurrence modeling using Terrestrial Ecosystem Models and Artificial Intelligence
|
15 |
|
16 |
+
[CG Lightning Probability Forecast](https://jordancaraballo-alaska-wildfire-occurrence.hf.space/)
|
17 |
+
|
18 |
## Objectives
|
19 |
|
20 |
- Probabilistic wildfire occurrence model
|
pages/00_home.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import solara
|
2 |
|
|
|
3 |
@solara.component
|
4 |
def Page():
|
5 |
|
@@ -9,6 +10,10 @@ def Page():
|
|
9 |
Cloud to ground lightning 10-day lightning forecast for the Alaskan tundra.
|
10 |
This is still work in progress and under development.
|
11 |
|
|
|
|
|
|
|
|
|
12 |
"""
|
13 |
|
14 |
solara.Markdown(markdown)
|
|
|
1 |
import solara
|
2 |
|
3 |
+
|
4 |
@solara.component
|
5 |
def Page():
|
6 |
|
|
|
10 |
Cloud to ground lightning 10-day lightning forecast for the Alaskan tundra.
|
11 |
This is still work in progress and under development.
|
12 |
|
13 |
+
## Demo
|
14 |
+
|
15 |
+
![](https://imgur.com/a/dc6IwTk)
|
16 |
+
|
17 |
"""
|
18 |
|
19 |
solara.Markdown(markdown)
|