Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,6 @@ with gr.Blocks(css=css) as myface:
|
|
191 |
magic6=gr.Textbox(lines=4)
|
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")
|
|
|
191 |
magic6=gr.Textbox(lines=4)
|
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")
|