Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,8 @@ CSS = """
|
|
64 |
#gallery { flex-grow: 1; overflow: auto;}
|
65 |
"""
|
66 |
|
|
|
|
|
67 |
# Interfaz con Blocks
|
68 |
with gr.Blocks(title="Visualizaci贸n de Dependencias Sint谩cticas", theme=gr.themes.Ocean(), css=CSS) as demo:
|
69 |
gr.Markdown("# 馃寪 Visualizaci贸n de Dependencias Sint谩cticas en Espa帽ol")
|
@@ -86,4 +88,5 @@ with gr.Blocks(title="Visualizaci贸n de Dependencias Sint谩cticas", theme=gr.the
|
|
86 |
|
87 |
# Lanzar app
|
88 |
if __name__ == "__main__":
|
89 |
-
|
|
|
|
64 |
#gallery { flex-grow: 1; overflow: auto;}
|
65 |
"""
|
66 |
|
67 |
+
print("Estado 1")
|
68 |
+
|
69 |
# Interfaz con Blocks
|
70 |
with gr.Blocks(title="Visualizaci贸n de Dependencias Sint谩cticas", theme=gr.themes.Ocean(), css=CSS) as demo:
|
71 |
gr.Markdown("# 馃寪 Visualizaci贸n de Dependencias Sint谩cticas en Espa帽ol")
|
|
|
88 |
|
89 |
# Lanzar app
|
90 |
if __name__ == "__main__":
|
91 |
+
print("Estado 2")
|
92 |
+
demo.launch()
|