Spaces:
Runtime error
Runtime error
Edited text box titles
Browse files
app.py
CHANGED
@@ -354,9 +354,9 @@ departments = {
|
|
354 |
iface = gr.Interface(
|
355 |
fn=process_inputs,
|
356 |
inputs=[
|
357 |
-
gr.Textbox(lines=2, label='
|
358 |
-
gr.Textbox(lines=2, label='Task Description'),
|
359 |
-
gr.Textbox(lines=2, label='Extra input Here... (
|
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)
|