Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|