Spaces:
Running
Running
Commit
·
9def5da
1
Parent(s):
72c8f74
Update app.py
Browse files
app.py
CHANGED
@@ -32,5 +32,8 @@ settings = settings_module.from_dict({
|
|
32 |
'require_all_inputs_used': True,
|
33 |
'require_one_input_used': False,
|
34 |
})
|
|
|
|
|
|
|
35 |
inputs, output, constants, description = get_problem()
|
36 |
-
colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|
|
|
32 |
'require_all_inputs_used': True,
|
33 |
'require_one_input_used': False,
|
34 |
})
|
35 |
+
|
36 |
+
i = te
|
37 |
+
|
38 |
inputs, output, constants, description = get_problem()
|
39 |
+
t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|