Update table_processor_v3.py
Browse files- 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=
|
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 |
|