Spaces:
Running
Running
Commit
Β·
fac5ed8
1
Parent(s):
159f7d8
Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,5 @@ if st.button("π Search for Tensor Ops!"):
|
|
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 |
-
for
|
46 |
-
st.code(eval(f"
|
|
|
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 |
+
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')
|