Spaces:
Running
on
Zero
Running
on
Zero
New Styles
#2
by
ultimaxxl
- opened
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...",
|