Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,8 @@ inicializar_grafo()
|
|
102 |
iface = gr.Blocks()
|
103 |
|
104 |
with iface:
|
105 |
-
gr.
|
|
|
106 |
|
107 |
with gr.Row():
|
108 |
gr.Markdown("## Red de Aportes:")
|
|
|
102 |
iface = gr.Blocks()
|
103 |
|
104 |
with iface:
|
105 |
+
with gr.Row():
|
106 |
+
gr.Markdown("# Diagrama de Aportes de Participantes")
|
107 |
|
108 |
with gr.Row():
|
109 |
gr.Markdown("## Red de Aportes:")
|