christopher commited on
Commit
6fa5810
Β·
1 Parent(s): df1dfb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,4 +41,5 @@ if st.button("πŸ”Ž Search for Tensor Ops!"):
41
  with io.StringIO() as buf, redirect_stdout(buf):
42
  results = colab_interface.run_value_search_from_colab(i, o, c, description, settings)
43
  stdout = buf.getvalue()
44
- st.code(stdout, language='bash')
 
 
41
  with io.StringIO() as buf, redirect_stdout(buf):
42
  results = colab_interface.run_value_search_from_colab(i, o, c, description, settings)
43
  stdout = buf.getvalue()
44
+ st.code(stdout, language='bash')
45
+ st.write(dir(results))