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

Edited text box titles

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -354,9 +354,9 @@ departments = {
354
  iface = gr.Interface(
355
  fn=process_inputs,
356
  inputs=[
357
- gr.Textbox(lines=2, label='EPA title Here... (use the phrasing: "How to do X using ChatGPT")'),
358
- gr.Textbox(lines=2, label='Task Description'),
359
- gr.Textbox(lines=2, label='Extra input Here... (optional, put any extra requirements or relevant context)'),
360
  gr.Dropdown(choices=departments, label="Select Team", searchable=True)
361
  ],
362
  outputs=gr.Textbox(label="Script", show_copy_button=True)
 
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)
361
  ],
362
  outputs=gr.Textbox(label="Script", show_copy_button=True)