Spaces:
Running
on
Zero
Running
on
Zero
New Styles (#2)
Browse files- Display images in the same screen (c049c1261dc6ee82c11148d9f3c12db98e661bd4)
- Display title in the same size (078ea592d62b9e6bda5407038785b0a0f89a1033)
app.py
CHANGED
@@ -425,7 +425,7 @@ footer {
|
|
425 |
}
|
426 |
|
427 |
.title {
|
428 |
-
font-size:
|
429 |
background: linear-gradient(109deg, rgba(34,193,195,1) 0%, rgba(67,253,45,1) 100%);
|
430 |
-webkit-background-clip: text;
|
431 |
-webkit-text-fill-color: transparent;
|
@@ -454,7 +454,7 @@ with gr.Blocks(css=css) as demo:
|
|
454 |
)
|
455 |
|
456 |
with gr.Row():
|
457 |
-
with gr.Column(scale=
|
458 |
prompt_input = gr.Textbox(
|
459 |
label="Prompt",
|
460 |
placeholder="Enter your prompt here...",
|
|
|
425 |
}
|
426 |
|
427 |
.title {
|
428 |
+
font-size: 1em;
|
429 |
background: linear-gradient(109deg, rgba(34,193,195,1) 0%, rgba(67,253,45,1) 100%);
|
430 |
-webkit-background-clip: text;
|
431 |
-webkit-text-fill-color: transparent;
|
|
|
454 |
)
|
455 |
|
456 |
with gr.Row():
|
457 |
+
with gr.Column(scale=2):
|
458 |
prompt_input = gr.Textbox(
|
459 |
label="Prompt",
|
460 |
placeholder="Enter your prompt here...",
|