fschwartzer commited on
Commit
c14dfea
1 Parent(s): 6761cfe

Update app.py

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