Spaces:
Sleeping
Sleeping
Update processing.py
Browse files- processing.py +1 -1
processing.py
CHANGED
@@ -217,7 +217,7 @@ def data_display():
|
|
217 |
|
218 |
|
219 |
# col1, col2, col3, col4 = st.columns([0.5,7,2.4,0.5])
|
220 |
-
col1, col2 = st.columns([
|
221 |
with col1:
|
222 |
df2 = st.experimental_data_editor(df1, num_rows="dynamic")
|
223 |
df2['Size_Course'] = df2['Size_Course'].astype(int)
|
|
|
217 |
|
218 |
|
219 |
# col1, col2, col3, col4 = st.columns([0.5,7,2.4,0.5])
|
220 |
+
col1, col2 = st.columns([9,4])
|
221 |
with col1:
|
222 |
df2 = st.experimental_data_editor(df1, num_rows="dynamic")
|
223 |
df2['Size_Course'] = df2['Size_Course'].astype(int)
|