fschwartzer commited on
Commit
576a621
1 Parent(s): be5a04c

Update app.py

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