ardominguezm commited on
Commit
a9f1a69
·
verified ·
1 Parent(s): 0784a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -100,8 +100,11 @@ def procesar_archivo(file_path):
100
  for _, row in df.iterrows():
101
  resumen = f"""
102
  📑 **Reporte:** {row['Reporte']}
 
103
  📍 **Ubicaciones afectadas:** {row['Ubicaciones']}
 
104
  📅 **Fechas relevantes:** {row['Fechas']}
 
105
  ⚠️ **Categorías de incidente:** {row['Categorías de incidente']}
106
 
107
  En este reporte se identifican las ubicaciones más afectadas, el marco temporal y las principales categorías de incidente
 
100
  for _, row in df.iterrows():
101
  resumen = f"""
102
  📑 **Reporte:** {row['Reporte']}
103
+
104
  📍 **Ubicaciones afectadas:** {row['Ubicaciones']}
105
+
106
  📅 **Fechas relevantes:** {row['Fechas']}
107
+
108
  ⚠️ **Categorías de incidente:** {row['Categorías de incidente']}
109
 
110
  En este reporte se identifican las ubicaciones más afectadas, el marco temporal y las principales categorías de incidente