adamnarozniak
commited on
Commit
•
da08cce
1
Parent(s):
c18c83f
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,6 @@ partitioner_parameters = {
|
|
36 |
}
|
37 |
|
38 |
def update_parameter_visibility(partitioner_type):
|
39 |
-
print("calling update_parameter_visibility")
|
40 |
-
print(partitioner_type)
|
41 |
required_params = partitioner_parameters.get(partitioner_type, [])
|
42 |
updates = []
|
43 |
# For num_partitions_input
|
|
|
36 |
}
|
37 |
|
38 |
def update_parameter_visibility(partitioner_type):
|
|
|
|
|
39 |
required_params = partitioner_parameters.get(partitioner_type, [])
|
40 |
updates = []
|
41 |
# For num_partitions_input
|