Spaces:
Runtime error
Runtime error
only one col
Browse files
pages/1_Disentanglement.py
CHANGED
@@ -86,8 +86,8 @@ st.subheader('Concept vector')
|
|
86 |
# perform attack container
|
87 |
# header_col_1, header_col_2, header_col_3, header_col_4, header_col_5 = st.columns([1,1,1,1,1])
|
88 |
# output_col_1, output_col_2, output_col_3, output_col_4, output_col_5 = st.columns([1,1,1,1,1])
|
89 |
-
header_col_1 = st.
|
90 |
-
output_col_1 = st.
|
91 |
|
92 |
st.subheader('Derivations along the concept vector')
|
93 |
|
|
|
86 |
# perform attack container
|
87 |
# header_col_1, header_col_2, header_col_3, header_col_4, header_col_5 = st.columns([1,1,1,1,1])
|
88 |
# output_col_1, output_col_2, output_col_3, output_col_4, output_col_5 = st.columns([1,1,1,1,1])
|
89 |
+
header_col_1 = st.column()
|
90 |
+
output_col_1 = st.column()
|
91 |
|
92 |
st.subheader('Derivations along the concept vector')
|
93 |
|