privateuserh commited on
Commit
1e2ec3e
·
verified ·
1 Parent(s): cdcde12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
82
  with gr.Column():
83
  query_input = gr.Textbox(
84
  label="Ask for Acting Advice",
85
- placeholder="e.g., How should Susan deliver her line 'I can't believe this...' to convey despair?",
86
  lines=3
87
  )
88
  submit_btn = gr.Button("Get Advice")
 
82
  with gr.Column():
83
  query_input = gr.Textbox(
84
  label="Ask for Acting Advice",
85
+ placeholder="e.g., How should Susan deliver her line 'Everyone looks so good...' to convey happiness?",
86
  lines=3
87
  )
88
  submit_btn = gr.Button("Get Advice")