AMead10 commited on
Commit
b851225
·
1 Parent(s): ce294e4

change label for classification output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Suggested Message Categories (modify as needed). Separate categories with commas",
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
  )