fschwartzer commited on
Commit
4d2a40e
1 Parent(s): 03d3d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -195,8 +195,8 @@ else:
195
  # Display the table in the third column
196
  #col3 = st.columns(1) # You can use st.columns(1) to create a single column layout
197
 
198
- col4_width = 750
199
- col5_width = 750
200
  col4, col5 = st.columns([col4_width, col5_width])
201
 
202
  if not filtered_df.empty:
 
195
  # Display the table in the third column
196
  #col3 = st.columns(1) # You can use st.columns(1) to create a single column layout
197
 
198
+ col4_width = 500
199
+ col5_width = 500
200
  col4, col5 = st.columns([col4_width, col5_width])
201
 
202
  if not filtered_df.empty: