Spaces:
Running
Running
Commit
Β·
6fa5810
1
Parent(s):
df1dfb8
Update app.py
Browse files
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))
|