Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|