christopher commited on
Commit
6238472
Β·
1 Parent(s): 5839ded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ if st.button("πŸ”Ž Search for Tensor Ops!"):
44
  st.code(stdout, language='bash')
45
  st.write(dir(results.benchmark))
46
  for solution in results.solutions:
47
- st.code(solution, language='python')
48
  st.write(results.total_time)
49
  st.code(results.statistics)
 
44
  st.code(stdout, language='bash')
45
  st.write(dir(results.benchmark))
46
  for solution in results.solutions:
47
+ st.code(solution.expression, language='python')
48
  st.write(results.total_time)
49
  st.code(results.statistics)