nanom commited on
Commit
026f6fc
1 Parent(s): 2f1c727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with demo:
45
  examples_per_page=20,
46
  )
47
 
48
- inp.change(
49
  fn=syntacticTree,
50
  inputs=input_expr,
51
  outputs=[out_image_tree, out_flat_tree])
 
45
  examples_per_page=20,
46
  )
47
 
48
+ input_expr.change(
49
  fn=syntacticTree,
50
  inputs=input_expr,
51
  outputs=[out_image_tree, out_flat_tree])