LinJulya commited on
Commit
d45c428
·
1 Parent(s): 9c76a09

Changed task title label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -354,7 +354,7 @@ departments = {
354
  iface = gr.Interface(
355
  fn=process_inputs,
356
  inputs=[
357
- gr.Textbox(lines=2, label='Task Title Here... (use the phrasing: "Verb-ing...")'),
358
  gr.Textbox(lines=2, label='Task Description (Input a single sentence, if possible.)'),
359
  gr.Textbox(lines=2, label='Extra input Here... (You may leave this part empty)'),
360
  gr.Dropdown(choices=departments, label="Select Team", searchable=True)
 
354
  iface = gr.Interface(
355
  fn=process_inputs,
356
  inputs=[
357
+ gr.Textbox(lines=2, label='Task Title Here... (Start the phrase with a verb, like Obtain, Create etc.")'),
358
  gr.Textbox(lines=2, label='Task Description (Input a single sentence, if possible.)'),
359
  gr.Textbox(lines=2, label='Extra input Here... (You may leave this part empty)'),
360
  gr.Dropdown(choices=departments, label="Select Team", searchable=True)