Spaces:
Runtime error
Runtime error
change label for classification output
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
| 206 |
|
| 207 |
with gr.Column():
|
| 208 |
classification_output = gr.TextArea(
|
| 209 |
-
label="
|
| 210 |
lines=1,
|
| 211 |
interactive=True,
|
| 212 |
)
|
|
|
|
| 206 |
|
| 207 |
with gr.Column():
|
| 208 |
classification_output = gr.TextArea(
|
| 209 |
+
label="Message Categories (modify as needed, but only use categories from Library on left). Separate categories with commas",
|
| 210 |
lines=1,
|
| 211 |
interactive=True,
|
| 212 |
)
|