ginipick commited on
Commit
45d0c9b
·
verified ·
1 Parent(s): f6eb981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ css="""
59
  with gr.Blocks(css=css) as app:
60
  with gr.Column(elem_id="col-container"):
61
  gr.HTML(f"""
62
- <h2 style="text-align: center;">캐릭터 이미지/h2>
63
  <p style="text-align: center;">{description}</p>
64
  """)
65
 
 
59
  with gr.Blocks(css=css) as app:
60
  with gr.Column(elem_id="col-container"):
61
  gr.HTML(f"""
62
+ <h2 style="text-align: center;'캐릭터 이미지'
63
  <p style="text-align: center;">{description}</p>
64
  """)
65