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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -48,8 +48,7 @@ def text_editor_app():
48
  row_count=(4, "dynamic"),
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
 
55
  # Button to run the analysis
 
48
  row_count=(4, "dynamic"),
49
  col_count=(2, "fixed"),
50
  label="Input Data (Enter at least two texts)",
51
+ wrap=True
 
52
  )
53
 
54
  # Button to run the analysis