Dalleon commited on
Commit
8a4819e
1 Parent(s): fbf39c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -328,6 +328,8 @@ with gr.Blocks(
328
  system = gr.Textbox(
329
  label="System Prompt",
330
  value=prompt_template,
 
 
331
  show_label=False,
332
  container=False,
333
  # ).style(container=False)
 
328
  system = gr.Textbox(
329
  label="System Prompt",
330
  value=prompt_template,
331
+ lines=6,
332
+ max_lines=30,
333
  show_label=False,
334
  container=False,
335
  # ).style(container=False)