Ninad077 commited on
Commit
9a086cf
·
verified ·
1 Parent(s): 8211b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.50])
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: