Severian commited on
Commit
a40be6d
·
verified ·
1 Parent(s): e7b0676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -139,9 +139,6 @@ with gr.Blocks(css="""
139
  background-color: #cc0000 !important;
140
  border-color: #cc0000 !important;
141
  }
142
- #markdown-content h1, #markdown-content h2, #markdown-content h3 {
143
- color: #ff0000;
144
- }
145
  .gr-form {
146
  background-color: #1a1a1a;
147
  border: 1px solid #333333;
@@ -168,6 +165,11 @@ with gr.Blocks(css="""
168
  list-style-position: inside;
169
  padding-left: 0;
170
  }
 
 
 
 
 
171
  """) as blocks:
172
  gr.Markdown(
173
  """
@@ -175,7 +177,7 @@ with gr.Blocks(css="""
175
 
176
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp" alt="Yamamoto Logo" style="max-width: 200px; margin-bottom: 20px;">
177
 
178
- # 🎨 Yamamoto QR Code Art Generator
179
 
180
  ## Transform Your QR Codes into Brand Masterpieces
181
 
 
139
  background-color: #cc0000 !important;
140
  border-color: #cc0000 !important;
141
  }
 
 
 
142
  .gr-form {
143
  background-color: #1a1a1a;
144
  border: 1px solid #333333;
 
165
  list-style-position: inside;
166
  padding-left: 0;
167
  }
168
+ #markdown-content .center-content h1,
169
+ #markdown-content .center-content h2,
170
+ #markdown-content .center-content h3 {
171
+ color: #ff0000;
172
+ }
173
  """) as blocks:
174
  gr.Markdown(
175
  """
 
177
 
178
  <img src="https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp" alt="Yamamoto Logo" style="max-width: 200px; margin-bottom: 20px;">
179
 
180
+ <h1 stle=# 🎨 Yamamoto QR Code Art Generator
181
 
182
  ## Transform Your QR Codes into Brand Masterpieces
183