Yntec commited on
Commit
612a78e
·
1 Parent(s): 2595d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -192,6 +192,7 @@ with gr.Blocks(css=css) as myface:
192
  magic7=gr.Textbox(lines=4)
193
  magic8=gr.Textbox(lines=4)
194
  with gr.Row():
 
195
  with gr.Column(scale=50):
196
  use_short=gr.Button("Copy Prompt to All Boxes")
197
  see_prompts=gr.Button("Extend Prompts")
 
192
  magic7=gr.Textbox(lines=4)
193
  magic8=gr.Textbox(lines=4)
194
  with gr.Row():
195
+ with gr.Row():
196
  with gr.Column(scale=50):
197
  use_short=gr.Button("Copy Prompt to All Boxes")
198
  see_prompts=gr.Button("Extend Prompts")