Dalleon commited on
Commit
d3b6503
1 Parent(s): cf8e094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -327,11 +327,11 @@ with gr.Blocks(
327
  with gr.Column(scale=2):
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)
336
  )
337
  with gr.Column():
 
327
  with gr.Column(scale=2):
328
  system = gr.Textbox(
329
  label="System Prompt",
330
+ placeholder=prompt_template,
 
 
331
  show_label=False,
332
  # container=False,
333
+ lines=6,
334
+ max_lines=30,
335
  # ).style(container=False)
336
  )
337
  with gr.Column():