hydrometeo commited on
Commit
e1c868f
verified
1 Parent(s): d3798a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -236,6 +236,9 @@ if pdf_file is not None:
236
  df[i] = df[i].apply(lambda x: x + ' ar')
237
  if i == 'Fipe':
238
  df[i] = df[i].apply(lambda x: x + '%')
 
 
 
239
 
240
  df = df[['APP', 'Assist锚ncia 24 Horas', 'Carro Reserva',
241
  'Fipe', 'Retrovisores/Far贸is/Lanternas', 'Cobertura de Vidros',
 
236
  df[i] = df[i].apply(lambda x: x + ' ar')
237
  if i == 'Fipe':
238
  df[i] = df[i].apply(lambda x: x + '%')
239
+
240
+
241
+ df.index=[i for in range(len(df))]
242
 
243
  df = df[['APP', 'Assist锚ncia 24 Horas', 'Carro Reserva',
244
  'Fipe', 'Retrovisores/Far贸is/Lanternas', 'Cobertura de Vidros',