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