jcmachicao commited on
Commit
8e3abb2
verified
1 Parent(s): 1352381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def agregar_aporte(nombre, texto):
127
  guardar_en_airtable(nombre, conceptos)
128
  return visualizar_grafo()
129
 
130
- # inicializar_grafo() # Call this before displaying the graph
131
 
132
  iface = gr.Blocks()
133
 
 
127
  guardar_en_airtable(nombre, conceptos)
128
  return visualizar_grafo()
129
 
130
+ inicializar_grafo() # Call this before displaying the graph
131
 
132
  iface = gr.Blocks()
133