Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,6 +167,7 @@ df2 = df_Ifc
|
|
| 167 |
|
| 168 |
# Inicializar un nuevo DataFrame para resumir los resultados
|
| 169 |
resumen = pd.DataFrame(columns=['Entidad', 'Entidad_existe_si/no', 'Atributos', 'Atributos_existe_si/no'])
|
|
|
|
| 170 |
#color del boton validar
|
| 171 |
def ChangeButtonColour(widget_label, font_color, background_color='transparent'):
|
| 172 |
htmlstr = f"""
|
|
@@ -182,7 +183,7 @@ def ChangeButtonColour(widget_label, font_color, background_color='transparent')
|
|
| 182 |
"""
|
| 183 |
components.html(f"{htmlstr}", height=0, width=0)
|
| 184 |
|
| 185 |
-
ChangeButtonColour(**VALIDAR IFC**', '#ffffff', '#ff9317') # button txt to find, colour to assign
|
| 186 |
|
| 187 |
|
| 188 |
# Crear un bot贸n de validaci贸n
|
|
|
|
| 167 |
|
| 168 |
# Inicializar un nuevo DataFrame para resumir los resultados
|
| 169 |
resumen = pd.DataFrame(columns=['Entidad', 'Entidad_existe_si/no', 'Atributos', 'Atributos_existe_si/no'])
|
| 170 |
+
|
| 171 |
#color del boton validar
|
| 172 |
def ChangeButtonColour(widget_label, font_color, background_color='transparent'):
|
| 173 |
htmlstr = f"""
|
|
|
|
| 183 |
"""
|
| 184 |
components.html(f"{htmlstr}", height=0, width=0)
|
| 185 |
|
| 186 |
+
ChangeButtonColour('**VALIDAR IFC**', '#ffffff', '#ff9317') # button txt to find, colour to assign
|
| 187 |
|
| 188 |
|
| 189 |
# Crear un bot贸n de validaci贸n
|