Update app.py
Browse files
app.py
CHANGED
@@ -641,7 +641,7 @@ def create_interface():
|
|
641 |
with gr.Column(elem_classes="logo-container"):
|
642 |
# HTML로 직접 이미지 삽입
|
643 |
gr.HTML("""
|
644 |
-
<img id="logo-image" src="
|
645 |
""")
|
646 |
|
647 |
gr.Markdown("""
|
|
|
641 |
with gr.Column(elem_classes="logo-container"):
|
642 |
# HTML로 직접 이미지 삽입
|
643 |
gr.HTML("""
|
644 |
+
<img id="logo-image" src="static/DIGITAL_GUTPAN_LOGO_w.png" alt="디지털 굿판 로고">
|
645 |
""")
|
646 |
|
647 |
gr.Markdown("""
|