ac5113 commited on
Commit
29e9f3f
·
1 Parent(s): 8a41b11

changed heading

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def main(pil_img, out_dir='demo_out', model_path='checkpoint/deco_best.pth', mes
184
 
185
  with gr.Blocks(title="DECO", css=".gradio-container") as demo:
186
 
187
- gr.HTML("""<div style="font-weight:bold; text-align:center; color:royalblue;">DECO</div>""")
188
 
189
  with gr.Row():
190
  with gr.Column():
 
184
 
185
  with gr.Blocks(title="DECO", css=".gradio-container") as demo:
186
 
187
+ gr.HTML("""<h1 style="text-align:center; color:#10768c">DECO</h1>""")
188
 
189
  with gr.Row():
190
  with gr.Column():