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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ 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
  )
 
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
  )