samidh commited on
Commit
d2f9b8a
·
verified ·
1 Parent(s): 6d9628f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=5, value=DEFAULT_POLICY)
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):