Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray", ne
|
|
| 79 |
# Prompt input
|
| 80 |
prompt = gr.Textbox(
|
| 81 |
label="Prompt",
|
| 82 |
-
placeholder="Default:
|
| 83 |
lines=5
|
| 84 |
)
|
| 85 |
|
|
|
|
| 79 |
# Prompt input
|
| 80 |
prompt = gr.Textbox(
|
| 81 |
label="Prompt",
|
| 82 |
+
placeholder="Default: Please state the position you are applying for.",
|
| 83 |
lines=5
|
| 84 |
)
|
| 85 |
|