christopher commited on
Commit
f6e6d9a
Β·
1 Parent(s): fac5ed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ if st.button("πŸ”Ž Search for Tensor Ops!"):
43
  stdout = buf.getvalue()
44
  st.code(stdout, language='bash')
45
  for entry in ["benchmark", "count", "index", "settings", "solutions", "statistics", "total_time", "value_set", "values_by_weight"]:
46
- st.code(eval(f"results.{e}"), language='python')
 
43
  stdout = buf.getvalue()
44
  st.code(stdout, language='bash')
45
  for entry in ["benchmark", "count", "index", "settings", "solutions", "statistics", "total_time", "value_set", "values_by_weight"]:
46
+ st.code(eval(f"results.{entry}"), language='python')