Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks() as demo:
|
|
130 |
# Left column with inputs
|
131 |
with gr.Column(scale=1):
|
132 |
input1 = gr.Textbox(label="Content (english only)", lines=2, max_lines=4, value=DEFAULT_CONTENT)
|
133 |
-
input2 = gr.Textbox(label="Policy (try your own)", lines=11, max_lines=
|
134 |
|
135 |
# Right column with output
|
136 |
with gr.Column(scale=1):
|
|
|
130 |
# Left column with inputs
|
131 |
with gr.Column(scale=1):
|
132 |
input1 = gr.Textbox(label="Content (english only)", lines=2, max_lines=4, value=DEFAULT_CONTENT)
|
133 |
+
input2 = gr.Textbox(label="Policy (try your own)", lines=11, max_lines=19, value=DEFAULT_POLICY)
|
134 |
|
135 |
# Right column with output
|
136 |
with gr.Column(scale=1):
|