Update my_pages/ica.py
Browse files- 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([
|
| 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",
|