samidh commited on
Commit
c4c8e7a
1 Parent(s): a423cee

Update app.py

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