Spaces:
Running
Running
yentinglin
commited on
Commit
•
efa0a6b
1
Parent(s):
7d1962a
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
|
|
39 |
with gr.Column(scale=12):
|
40 |
user_input = gr.Textbox(
|
41 |
show_label=False,
|
42 |
-
placeholder="Shift + Enter
|
43 |
lines=10).style(
|
44 |
container=False)
|
45 |
with gr.Column(min_width=32, scale=1):
|
|
|
39 |
with gr.Column(scale=12):
|
40 |
user_input = gr.Textbox(
|
41 |
show_label=False,
|
42 |
+
placeholder="Shift + Enter傳送...",
|
43 |
lines=10).style(
|
44 |
container=False)
|
45 |
with gr.Column(min_width=32, scale=1):
|