fffiloni commited on
Commit
fc26ca1
1 Parent(s): 33b9bc9

Update app.py

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