@app.cell def input_cell(mo): my_input = mo.ui.text() my_input return (my_input,) @app.cell def result_cell(my_input): my_input.value return
result_cell
will run immediately and output None. it's kind of using mo.ui.text() with default value of None