Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ def text_editor_app():
|
|
49 |
col_count=(2, "fixed"),
|
50 |
label="Input Data (Enter at least two texts)",
|
51 |
wrap=True,
|
52 |
-
max_rows=10, # Optional: Limit the maximum number of rows
|
53 |
placeholder="Please enter at least two identifier-text pairs."
|
54 |
)
|
55 |
|
|
|
49 |
col_count=(2, "fixed"),
|
50 |
label="Input Data (Enter at least two texts)",
|
51 |
wrap=True,
|
|
|
52 |
placeholder="Please enter at least two identifier-text pairs."
|
53 |
)
|
54 |
|