Spaces:
Sleeping
Sleeping
Edward J. Schwartz
commited on
Commit
·
2c26c26
1
Parent(s):
f3fdb65
Data
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
all_dis_state: None}
|
81 |
else:
|
82 |
|
83 |
-
fun_data =
|
84 |
|
85 |
return {col: gr.update(visible=True),
|
86 |
fun_dropdown: gr.update(choices=fun_data.keys()),
|
|
|
80 |
all_dis_state: None}
|
81 |
else:
|
82 |
|
83 |
+
fun_data = get_all_dis(file.name)
|
84 |
|
85 |
return {col: gr.update(visible=True),
|
86 |
fun_dropdown: gr.update(choices=fun_data.keys()),
|