koaning commited on
Commit
e8c95c2
·
1 Parent(s): 798c7ce
Files changed (2) hide show
  1. __pycache__/app.cpython-312.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-312.pyc ADDED
Binary file (10.2 kB). View file
 
app.py CHANGED
@@ -149,7 +149,7 @@ def _():
149
 
150
  @app.cell
151
  def _(mo):
152
- text_input = mo.ui.text_area(label="Reference sentences")
153
  form = mo.md("""{text_input}""").batch(text_input=text_input).form()
154
  form
155
  return form, text_input
 
149
 
150
  @app.cell
151
  def _(mo):
152
+ text_input = mo.ui.text_area("Query can go here", label="Reference sentences")
153
  form = mo.md("""{text_input}""").batch(text_input=text_input).form()
154
  form
155
  return form, text_input