fffiloni commited on
Commit
bf64477
1 Parent(s): 4f899e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -92,6 +92,7 @@ with gr.Blocks(css=css) as demo:
92
  with gr.Column():
93
  result = gr.Textbox(
94
  label ="Suggested System",
 
95
  max_lines = 30,
96
  elem_id = "suggested-system-prompt"
97
  )
 
92
  with gr.Column():
93
  result = gr.Textbox(
94
  label ="Suggested System",
95
+ lines = 20,
96
  max_lines = 30,
97
  elem_id = "suggested-system-prompt"
98
  )