Omnibus commited on
Commit
cb3b6d4
·
verified ·
1 Parent(s): 288aecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def make_tree(url1="",url2="",url3="",url4=""):
30
  return gr.update(choices=[l for l in link_box],interactive=True)
31
 
32
  def run():
33
- _,out=make_tree()
34
  return out
35
 
36
  with gr.Blocks() as app:
 
30
  return gr.update(choices=[l for l in link_box],interactive=True)
31
 
32
  def run():
33
+ out=make_tree()
34
  return out
35
 
36
  with gr.Blocks() as app: