Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|