Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import h5py
|
|
15 |
from tqdm import tqdm
|
16 |
|
17 |
|
18 |
-
st.title('A _Quickstart Notebook_ for'
|
19 |
st.header('**Step 1:** Import data_utils')
|
20 |
st.code('''from data_utils import *''',language='python')
|
21 |
st.header('**Step 2:** Instantiate class')
|
@@ -23,7 +23,7 @@ st.header('**Step 3:** Load training and validation data')
|
|
23 |
st.link_button("Go to Original Dataset", "https://huggingface.co/datasets/LEAP/subsampled_low_res/tree/main")
|
24 |
st.header('**Step 4:** Train models')
|
25 |
st.subheader('Train constant prediction model')
|
26 |
-
|
27 |
|
28 |
|
29 |
|
|
|
15 |
from tqdm import tqdm
|
16 |
|
17 |
|
18 |
+
st.title('A _Quickstart Notebook_ for :blue[ClimSim]:' )
|
19 |
st.header('**Step 1:** Import data_utils')
|
20 |
st.code('''from data_utils import *''',language='python')
|
21 |
st.header('**Step 2:** Instantiate class')
|
|
|
23 |
st.link_button("Go to Original Dataset", "https://huggingface.co/datasets/LEAP/subsampled_low_res/tree/main")
|
24 |
st.header('**Step 4:** Train models')
|
25 |
st.subheader('Train constant prediction model')
|
26 |
+
st.sidebar.link_button("Go to Original Dataset", "https://huggingface.co/datasets/LEAP/subsampled_low_res/tree/main")
|
27 |
|
28 |
|
29 |
|