Spaces:
Running
Running
fix: expand Device width
Browse files
src/components/filters.py
CHANGED
@@ -149,7 +149,8 @@ def render_filters(
|
|
149 |
)
|
150 |
|
151 |
# Row 2 continued
|
152 |
-
col2, col3, col4, col5, col6
|
|
|
153 |
|
154 |
with col2:
|
155 |
filters["platform"] = st.selectbox(
|
|
|
149 |
)
|
150 |
|
151 |
# Row 2 continued
|
152 |
+
col2, col3, col4, col5, col6 = st.columns([0.15, 0.4, 0.15, 0.15, 0.15])
|
153 |
+
col7, col8, col9, col10, col11 = st.columns(5)
|
154 |
|
155 |
with col2:
|
156 |
filters["platform"] = st.selectbox(
|