garizz commited on
Commit
16eefca
·
1 Parent(s): bf500a3

Update processing.py

Browse files
Files changed (1) hide show
  1. 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([8.5,4])
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)