Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ iface = gr.Interface(
|
|
107 |
fn=launch,
|
108 |
inputs=gr.Textbox(
|
109 |
lines=2,
|
110 |
-
placeholder="Enter job title in any language (e.g., Software Engineer)
|
111 |
),
|
112 |
outputs=gr.Textbox(
|
113 |
lines=4,
|
|
|
107 |
fn=launch,
|
108 |
inputs=gr.Textbox(
|
109 |
lines=2,
|
110 |
+
placeholder="Enter job title in any language (e.g., Software Engineer) AND/OR description here (e.g., Develops and maintains software applications)..."
|
111 |
),
|
112 |
outputs=gr.Textbox(
|
113 |
lines=4,
|