Update app.py
Browse files
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;
|
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 |
|