BBo09 commited on
Commit
de5faa3
·
verified ·
1 Parent(s): 1f8c64f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: Answer questions in English within 1000 words.You are an English teaching assistant specializing in grammar, vocabulary, and language learning.",
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