prakharg24 commited on
Commit
1588366
·
verified ·
1 Parent(s): cbfa664

Update my_pages/ica.py

Browse files
Files changed (1) hide show
  1. my_pages/ica.py +1 -1
my_pages/ica.py CHANGED
@@ -22,7 +22,7 @@ def render():
22
  "Arbitrary": 0.34
23
  }
24
 
25
- col1, col2 = st.columns([1, 1])
26
  with col1:
27
  control_choice = st.radio(
28
  "Select dimension to adjust",
 
22
  "Arbitrary": 0.34
23
  }
24
 
25
+ col1, col2 = st.columns([0.6, 0.4])
26
  with col1:
27
  control_choice = st.radio(
28
  "Select dimension to adjust",