Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def iniciar_interfaz():
|
|
15 |
with iface:
|
16 |
with gr.Row():
|
17 |
gr.Markdown("# Diagrama de Aportes de Participantes")
|
18 |
-
kdis = gr.Radio(choices=[0.5, 1.0,
|
19 |
|
20 |
with gr.Row():
|
21 |
gr.Markdown("## Red de Aportes:")
|
|
|
15 |
with iface:
|
16 |
with gr.Row():
|
17 |
gr.Markdown("# Diagrama de Aportes de Participantes")
|
18 |
+
kdis = gr.Radio(choices=[0.5, 1.0, 2.0, 3.0], label="Selecciona Expansi贸n de Grafo: ")
|
19 |
|
20 |
with gr.Row():
|
21 |
gr.Markdown("## Red de Aportes:")
|