gloignon commited on
Commit
bac87b6
·
verified ·
1 Parent(s): 807ad31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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