fschwartzer commited on
Commit
08348fb
1 Parent(s): 396201a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,9 +120,9 @@ ultimo_ano = last_rows[['Instituição', 'Conta', 'Últimos 12 meses']]
120
  print(ultimo_ano)
121
 
122
  with tab1:
123
- for conta in tab_df['Conta'].unique():
124
- # Filter the DataFrame for the current 'Conta'
125
- conta_df = tab_df[tab_df['Conta'] == conta]
126
 
127
  # Iterate over each row in the filtered DataFrame for the current 'Conta'
128
  for _, row in conta_df.iterrows():
 
120
  print(ultimo_ano)
121
 
122
  with tab1:
123
+ for conta in tab_df['Conta'].unique():
124
+ # Filter the DataFrame for the current 'Conta'
125
+ conta_df = tab_df[tab_df['Conta'] == conta]
126
 
127
  # Iterate over each row in the filtered DataFrame for the current 'Conta'
128
  for _, row in conta_df.iterrows():