Update app.py
Browse files
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 '
|
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")
|