christopher commited on
Commit
0ce2fd6
·
1 Parent(s): 9386365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ i = st.text_area("input tensor","second test")
35
  inputs, output, constants, description = get_problem()
36
  t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
37
  for e in ["benchmark", "count", "index", "settings", "solutions", "statistics", "total_time", "value_set", "values_by_weight"]:
38
- st.write(eval(f"t.{e}")
 
35
  inputs, output, constants, description = get_problem()
36
  t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
37
  for e in ["benchmark", "count", "index", "settings", "solutions", "statistics", "total_time", "value_set", "values_by_weight"]:
38
+ st.write(eval(f"t.{e}"))