christopher commited on
Commit
654a34d
·
1 Parent(s): 9def5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ settings = settings_module.from_dict({
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)
 
33
  'require_one_input_used': False,
34
  })
35
 
36
+ i = st.text_area("input tensor","second test")
37
 
38
  inputs, output, constants, description = get_problem()
39
  t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)