Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,11 @@ with gr.Blocks() as myface:
|
|
45 |
|
46 |
)
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
with gr.Row():
|
49 |
with gr.Row():
|
50 |
input_text = gr.Textbox(label="Prompt idea", placeholder="", lines=1)
|
|
|
45 |
|
46 |
)
|
47 |
|
48 |
+
display: flex;
|
49 |
+
gap: var(--layout-gap);
|
50 |
+
width: var(--size-full);
|
51 |
+
align-content: center;
|
52 |
+
|
53 |
with gr.Row():
|
54 |
with gr.Row():
|
55 |
input_text = gr.Textbox(label="Prompt idea", placeholder="", lines=1)
|