Yntec commited on
Commit
47f2708
1 Parent(s): 79d646a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,7 +87,7 @@ def gen_fnseed(model_str, prompt, seed=1):
87
 
88
  css="""
89
  .wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
90
- display: inline-block !important; color: #ffffff !important;}
91
  """
92
 
93
  with gr.Blocks(css=css) as demo:
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as demo:
97
  <div style="text-align: center; max-width: 1200px; margin: 0 auto;">
98
  <div>
99
  <body>
100
- <div class="wrapper"><p style="margin-bottom: 10px; color: #000000;"><img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;">A tab where you can use seeds has been added!</p>
101
  </div>
102
  </body>
103
  </div>
 
87
 
88
  css="""
89
  .wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
90
+ display: inline-block !important;}
91
  """
92
 
93
  with gr.Blocks(css=css) as demo:
 
97
  <div style="text-align: center; max-width: 1200px; margin: 0 auto;">
98
  <div>
99
  <body>
100
+ <div class="wrapper"><p style="margin-bottom: 10px;"><img src="https://huggingface.co/Yntec/DucHaitenLofi/resolve/main/NEW.webp" alt="NEW!" style="width:32px;height:16px;"> - A tab where you can use seeds has been added!</p>
101
  </div>
102
  </body>
103
  </div>