Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|