Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1304,7 +1304,7 @@ elif bundle_by == "Single value":
|
|
| 1304 |
|
| 1305 |
|
| 1306 |
# Display buttons without immediate execution on click
|
| 1307 |
-
col1, col2 = st.sidebar.columns([0.25, 0.
|
| 1308 |
with col1:
|
| 1309 |
default_clicked = st.button("Default mapping")
|
| 1310 |
with col2:
|
|
|
|
| 1304 |
|
| 1305 |
|
| 1306 |
# Display buttons without immediate execution on click
|
| 1307 |
+
col1, col2 = st.sidebar.columns([0.25, 0.45])
|
| 1308 |
with col1:
|
| 1309 |
default_clicked = st.button("Default mapping")
|
| 1310 |
with col2:
|