Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -425,7 +425,7 @@ footer {
425
  }
426
 
427
  .title {
428
- font-size: 2.5em;
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=1):
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...",