File size: 409 Bytes
dffbe14
 
e419e29
dffbe14
 
 
 
 
 
 
 
 
e419e29
 
2a27f55
e419e29
dffbe14
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import solara


@solara.component
def Page():

    markdown = """
    ## Alpha Version - Alaskan Tundra 10-day Lightning Forecast

    Cloud to ground lightning 10-day lightning forecast for the Alaskan tundra.
    This is still work in progress and under development.

    ## Demo

    ![](https://drive.google.com/uc?export=view&id=1V9lpVfs13l4PYSlFmlZVCmeLlZXyw-zu)

    """

    solara.Markdown(markdown)