christopher commited on
Commit
ca525a4
·
1 Parent(s): f39a294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ settings = value_search_settings.from_dict({
38
 
39
  with io.StringIO() as buf, redirect_stdout(buf):
40
  constants = []
41
- results = colab_interface.run_value_search_from_colab(i, o, constants, description, settings)
42
  stdout = buf.getvalue()
43
  st.code(stdout, language='bash')
 
38
 
39
  with io.StringIO() as buf, redirect_stdout(buf):
40
  constants = []
41
+ results = colab_interface.run_value_search_from_colab(i, o, c, description, settings)
42
  stdout = buf.getvalue()
43
  st.code(stdout, language='bash')