MilanM commited on
Commit
0346a58
·
verified ·
1 Parent(s): 83d7f49

Update table_processor_v3.py

Browse files
Files changed (1) hide show
  1. table_processor_v3.py +1 -1
table_processor_v3.py CHANGED
@@ -1304,7 +1304,7 @@ def _(additional_variables_raw):
1304
 
1305
  @app.cell
1306
  def _():
1307
- use_additional_variables = mo.ui.checkbox(label="**Use additional variable boxes** *(E.g. adding large chunks of text to all prompts, etc.)*", value=True)
1308
  return (use_additional_variables,)
1309
 
1310
 
 
1304
 
1305
  @app.cell
1306
  def _():
1307
+ use_additional_variables = mo.ui.checkbox(label="**Use additional variable boxes** *(E.g. adding large chunks of text to all prompts, etc.)*", value=False)
1308
  return (use_additional_variables,)
1309
 
1310