agentsvalley commited on
Commit
6f95010
·
verified ·
1 Parent(s): fed0954

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ input, textarea {
63
  with gr.Blocks(css=css) as demo:
64
  title="🚀 Agents Valley AI Image Generator",
65
  gr.Markdown(
66
- "<h2 style='color: white; font-size: 25px; font-weight: 600; margin-bottom: 50px;'>AI image Generator powered by Agents Valley 🤖</h2>"
67
  )
68
  prompt_input = gr.Textbox(label="Enter your prompt", value="A robot on a stallion.")
69
  output_image = gr.Image(label="Generated Image by Agents Valley")
 
63
  with gr.Blocks(css=css) as demo:
64
  title="🚀 Agents Valley AI Image Generator",
65
  gr.Markdown(
66
+ "<h2 style='color: white; font-size: 35px; font-weight: 600; margin-bottom: 100px;'>AI image Generator powered by Agents Valley 🤖</h2>"
67
  )
68
  prompt_input = gr.Textbox(label="Enter your prompt", value="A robot on a stallion.")
69
  output_image = gr.Image(label="Generated Image by Agents Valley")