christopher commited on
Commit
936f5ea
Β·
1 Parent(s): cad848a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ if st.button("πŸ”Ž Search for Tensor Ops!"):
44
  st.write(f"Found {num_solutions}{solution_solutions} in {results.total_time} seconds")
45
  for solution in results.solutions:
46
  st.code(solution.expression, language='python')
47
- st.write(dir(results))
 
44
  st.write(f"Found {num_solutions}{solution_solutions} in {results.total_time} seconds")
45
  for solution in results.solutions:
46
  st.code(solution.expression, language='python')
47
+ st.write(results.benchmark.target_program)