Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ if st.button("**VALIDAR IFC**"):
|
|
| 177 |
cumple_entidad = 'Si'
|
| 178 |
else:
|
| 179 |
cumple_entidad = 'La entidad no existe en el modelo'
|
| 180 |
-
row = pd.DataFrame({'Entidad': [entidad], '
|
| 181 |
resumen = pd.concat([resumen, row], ignore_index=True)
|
| 182 |
|
| 183 |
# Revisar los atributos
|
|
|
|
| 177 |
cumple_entidad = 'Si'
|
| 178 |
else:
|
| 179 |
cumple_entidad = 'La entidad no existe en el modelo'
|
| 180 |
+
row = pd.DataFrame({'Entidad': [entidad], 'Entidad_existe_si/no': [cumple_entidad]})
|
| 181 |
resumen = pd.concat([resumen, row], ignore_index=True)
|
| 182 |
|
| 183 |
# Revisar los atributos
|