Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -126,8 +126,8 @@ with gr.Blocks() as demo:
|
|
126 |
with gr.Row():
|
127 |
# Left column with inputs
|
128 |
with gr.Column(scale=1):
|
129 |
-
input1 = gr.Textbox(label="Content", lines=2, value=DEFAULT_CONTENT)
|
130 |
-
input2 = gr.Textbox(label="Policy", lines=
|
131 |
|
132 |
# Right column with output
|
133 |
with gr.Column(scale=1):
|
|
|
126 |
with gr.Row():
|
127 |
# Left column with inputs
|
128 |
with gr.Column(scale=1):
|
129 |
+
input1 = gr.Textbox(label="Content (english only)", lines=2, max_lines=4, value=DEFAULT_CONTENT)
|
130 |
+
input2 = gr.Textbox(label="Policy (make your own)", lines=10, max_lines=16, value=DEFAULT_POLICY)
|
131 |
|
132 |
# Right column with output
|
133 |
with gr.Column(scale=1):
|