Spaces:
Runtime error
Runtime error
Changed task title label
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ departments = {
|
|
354 |
iface = gr.Interface(
|
355 |
fn=process_inputs,
|
356 |
inputs=[
|
357 |
-
gr.Textbox(lines=2, label='Task Title Here... (
|
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)
|
|
|
354 |
iface = gr.Interface(
|
355 |
fn=process_inputs,
|
356 |
inputs=[
|
357 |
+
gr.Textbox(lines=2, label='Task Title Here... (Start the phrase with a verb, like Obtain, Create etc.")'),
|
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)
|