Spaces:
Running
Running
zR
commited on
Commit
•
cbe73b1
1
Parent(s):
b1f38dd
changed 4096 to 10240
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=3):
|
96 |
with gr.Column(scale=12):
|
97 |
-
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=10, container=False)
|
98 |
with gr.Column(min_width=32, scale=1):
|
99 |
submitBtn = gr.Button("Submit")
|
100 |
with gr.Column(scale=1):
|
|
|
94 |
with gr.Row():
|
95 |
with gr.Column(scale=3):
|
96 |
with gr.Column(scale=12):
|
97 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input...(Example: Write a 10000-word China travel guide)", lines=10, container=False)
|
98 |
with gr.Column(min_width=32, scale=1):
|
99 |
submitBtn = gr.Button("Submit")
|
100 |
with gr.Column(scale=1):
|