Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,11 +136,11 @@ with gr.Blocks() as demo:
|
|
136 |
choices=professions, label="Select profession:"
|
137 |
)
|
138 |
|
139 |
-
profession_choice.change(
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
)
|
145 |
with gr.Column():
|
146 |
plot = gr.Plot(
|
|
|
136 |
choices=professions, label="Select profession:"
|
137 |
)
|
138 |
|
139 |
+
# profession_choice.change(
|
140 |
+
# make_profession_table,
|
141 |
+
# [num_clusters, profession_choices_1,model_choices],
|
142 |
+
# [table, labor_table],
|
143 |
+
# queue=False,
|
144 |
)
|
145 |
with gr.Column():
|
146 |
plot = gr.Plot(
|