Spaces:
Sleeping
Sleeping
Updated GIF URLs
Browse files- apps/home.py +4 -4
apps/home.py
CHANGED
@@ -26,9 +26,9 @@ def app():
|
|
26 |
|
27 |
row1_col1, row1_col2 = st.columns(2)
|
28 |
with row1_col1:
|
29 |
-
st.image("https://
|
30 |
-
st.image("https://
|
31 |
|
32 |
with row1_col2:
|
33 |
-
st.image("https://
|
34 |
-
st.image("https://
|
|
|
26 |
|
27 |
row1_col1, row1_col2 = st.columns(2)
|
28 |
with row1_col1:
|
29 |
+
st.image("https://github.com/giswqs/data/raw/main/timelapse/spain.gif")
|
30 |
+
st.image("https://github.com/giswqs/data/raw/main/timelapse/las_vegas.gif")
|
31 |
|
32 |
with row1_col2:
|
33 |
+
st.image("https://github.com/giswqs/data/raw/main/timelapse/goes.gif")
|
34 |
+
st.image("https://github.com/giswqs/data/raw/main/timelapse/fire.gif")
|