Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -556,7 +556,7 @@ page = st.sidebar.radio("Navigate", PAGES)
|
|
| 556 |
# ------------------------------------------------------------
|
| 557 |
# PAGE 1 β HOME
|
| 558 |
# ------------------------------------------------------------
|
| 559 |
-
|
| 560 |
col1, col2 = st.columns([1.2, 1])
|
| 561 |
|
| 562 |
with col1:
|
|
|
|
| 556 |
# ------------------------------------------------------------
|
| 557 |
# PAGE 1 β HOME
|
| 558 |
# ------------------------------------------------------------
|
| 559 |
+
if page == "π Home":
|
| 560 |
col1, col2 = st.columns([1.2, 1])
|
| 561 |
|
| 562 |
with col1:
|