fschwartzer commited on
Commit
079a1f5
1 Parent(s): 1a23f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ filtered_df = df[(df['Instituição'] == selected_instituicao) & (df['Conta'] ==
47
 
48
 
49
  # Set custom width for columns
50
- col1_width = 600
51
- col2_width = 1200
52
  col1, col2 = st.columns([col1_width, col2_width])
53
 
54
  # Display the Forecasts values in the first column
 
47
 
48
 
49
  # Set custom width for columns
50
+ col1_width = 400
51
+ col2_width = 400
52
  col1, col2 = st.columns([col1_width, col2_width])
53
 
54
  # Display the Forecasts values in the first column