lgaleana commited on
Commit
74684a9
1 Parent(s): 7042d52
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -220,8 +220,8 @@ with gr.Blocks() as demo:
220
  with gr.Column():
221
  headline_and_prompt = gr.Textbox(
222
  label="Output: {headline_prompt}",
223
- lines=20,
224
- max_lines=20,
225
  interactive=False,
226
  )
227
  dimension_to_map = gr.Textbox(
 
220
  with gr.Column():
221
  headline_and_prompt = gr.Textbox(
222
  label="Output: {headline_prompt}",
223
+ lines=10,
224
+ max_lines=10,
225
  interactive=False,
226
  )
227
  dimension_to_map = gr.Textbox(