agentsvalley commited on
Commit
2e8e4ba
·
verified ·
1 Parent(s): 9201e11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -37,6 +37,10 @@ body {
37
  max-width: 600px;
38
  margin: auto;
39
  }
 
 
 
 
40
  button {
41
  background: linear-gradient(135deg, #ff416c, #ff4b4b);
42
  color: white;
@@ -67,7 +71,7 @@ demo = gr.Interface(
67
  inputs=gr.Textbox(label="Enter your prompt", value="A robot on a stallion."),
68
  outputs=gr.Image(label="Generated Image by Agents Valley"),
69
  title="🚀 Agents Valley AI Image Generator",
70
- description="<span style='color: white; font-size: 18px; font-weight: 500;'>Enter a description and generate an AI image powered by Agents Valley!</span>",
71
  theme=None,
72
  css=css
73
  )
 
37
  max-width: 600px;
38
  margin: auto;
39
  }
40
+ .gradio-container .wrap .text-gray-700 {
41
+ color: white !important;
42
+ }
43
+
44
  button {
45
  background: linear-gradient(135deg, #ff416c, #ff4b4b);
46
  color: white;
 
71
  inputs=gr.Textbox(label="Enter your prompt", value="A robot on a stallion."),
72
  outputs=gr.Image(label="Generated Image by Agents Valley"),
73
  title="🚀 Agents Valley AI Image Generator",
74
+ description="<span style='color: white;'>Enter a description and generate an AI image powered by Agents Valley!</span>"
75
  theme=None,
76
  css=css
77
  )