Spaces:
Running
Running
Commit
·
bb326f5
1
Parent(s):
13ca7a6
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ i = st.text_area("input tensor","second test")
|
|
37 |
|
38 |
inputs, output, constants, description = get_problem()
|
39 |
t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|
40 |
-
st.write(t)
|
|
|
37 |
|
38 |
inputs, output, constants, description = get_problem()
|
39 |
t = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|
40 |
+
st.write(dir(t))
|