Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|