BtB-ExpC commited on
Commit
d5ed2c6
·
1 Parent(s): cc57ab2

changed labels

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -172,9 +172,9 @@ Additional instructions: {Extra_input}"""}
172
  iface = gr.Interface(
173
  fn=process_inputs,
174
  inputs=[
175
- gr.Textbox(lines=2, label="EPA title Here..."),
176
- gr.Textbox(lines=2, label="Department Here..."),
177
- gr.Textbox(lines=2, label="Extra input Here... (optional)")
178
  ],
179
  outputs=gr.Textbox(label="Script", show_copy_button=True)
180
  )
 
172
  iface = gr.Interface(
173
  fn=process_inputs,
174
  inputs=[
175
+ gr.Textbox(lines=2, label='EPA title Here... (use the phrasing: "How to do X with ChatGPT")'),
176
+ gr.Textbox(lines=2, label='Department Here... (eg: Product Management)',
177
+ gr.Textbox(lines=2, label='Extra input Here... (optional, put any extra requirements or relevant context)'
178
  ],
179
  outputs=gr.Textbox(label="Script", show_copy_button=True)
180
  )