agentsvalley commited on
Commit
69b12b8
·
verified ·
1 Parent(s): e47eb38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ input, textarea {
63
  """
64
 
65
  with gr.Blocks(css=css) as demo:
 
66
  gr.Markdown(
67
  "<h2 style='color: white; font-size: 18px; font-weight: 500;'>Enter a description and generate an AI image powered by Agents Valley!</h2>"
68
  )
 
63
  """
64
 
65
  with gr.Blocks(css=css) as demo:
66
+ title="🚀 Agents Valley AI Image Generator",
67
  gr.Markdown(
68
  "<h2 style='color: white; font-size: 18px; font-weight: 500;'>Enter a description and generate an AI image powered by Agents Valley!</h2>"
69
  )