Spaces:
Sleeping
Sleeping
changed labels
Browse files
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=
|
176 |
-
gr.Textbox(lines=2, label=
|
177 |
-
gr.Textbox(lines=2, label=
|
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 |
)
|