Spaces:
Running
Running
fill
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- 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
|