Spaces:
Sleeping
Sleeping
full width
Browse files- app.py +6 -5
- assets/style.css +2 -2
app.py
CHANGED
|
@@ -83,12 +83,13 @@ def main():
|
|
| 83 |
else:
|
| 84 |
current_page = "overview"
|
| 85 |
|
| 86 |
-
# Set page layout based on current page
|
| 87 |
-
if current_page == "overview":
|
| 88 |
-
|
| 89 |
-
else:
|
| 90 |
-
|
| 91 |
|
|
|
|
| 92 |
# Configure page with appropriate layout
|
| 93 |
st.set_page_config(
|
| 94 |
page_title="spMetaTME Atlas",
|
|
|
|
| 83 |
else:
|
| 84 |
current_page = "overview"
|
| 85 |
|
| 86 |
+
# # Set page layout based on current page
|
| 87 |
+
# if current_page == "overview":
|
| 88 |
+
# layout = "wide"
|
| 89 |
+
# else:
|
| 90 |
+
# layout = "centered"
|
| 91 |
|
| 92 |
+
layout = "wide"
|
| 93 |
# Configure page with appropriate layout
|
| 94 |
st.set_page_config(
|
| 95 |
page_title="spMetaTME Atlas",
|
assets/style.css
CHANGED
|
@@ -144,7 +144,7 @@ section[data-testid="stSidebar"] {
|
|
| 144 |
} */
|
| 145 |
|
| 146 |
/* Constrain wide layout to 85% for visualization pages */
|
| 147 |
-
div[data-testid="stMainBlockContainer"] {
|
| 148 |
max-width: 75% !important;
|
| 149 |
margin: 0 auto !important;
|
| 150 |
-
}
|
|
|
|
| 144 |
} */
|
| 145 |
|
| 146 |
/* Constrain wide layout to 85% for visualization pages */
|
| 147 |
+
/* div[data-testid="stMainBlockContainer"] {
|
| 148 |
max-width: 75% !important;
|
| 149 |
margin: 0 auto !important;
|
| 150 |
+
} */
|