panelforge commited on
Commit
0c5dce2
·
verified ·
1 Parent(s): 8f02aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,8 +135,8 @@ with gr.Blocks(css=css) as demo:
135
  )
136
 
137
  # Add text outputs to show full prompt and negative prompt
138
- full_prompt_output = gr.Textbox(label="Full Prompt", interactive=False)
139
- full_negative_prompt_output = gr.Textbox(label="Full Negative Prompt", interactive=False)
140
 
141
  gr.on(
142
  triggers=[run_button.click, prompt.submit],
 
135
  )
136
 
137
  # Add text outputs to show full prompt and negative prompt
138
+ full_prompt_output = gr.Textbox(label="Full Prompt", interactive=False, lines=3)
139
+ full_negative_prompt_output = gr.Textbox(label="Full Negative Prompt", interactive=False, lines=3)
140
 
141
  gr.on(
142
  triggers=[run_button.click, prompt.submit],