haepada commited on
Commit
41b2fe4
·
verified ·
1 Parent(s): 5acca83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -595,7 +595,7 @@ def create_interface():
595
  # 모바일/데스크톱 로고 미리 인코딩
596
  try:
597
  mobile_logo = get_image_base64("static/DIGITAL_GUTPAN_LOGO_m.png")
598
- desktop_logo = get_image_base64("static/DIGITAL_GUTPAN_LOGO_m.png")
599
  except Exception as e:
600
  print(f"로고 로딩 에러: {e}")
601
  mobile_logo = ""
 
595
  # 모바일/데스크톱 로고 미리 인코딩
596
  try:
597
  mobile_logo = get_image_base64("static/DIGITAL_GUTPAN_LOGO_m.png")
598
+ desktop_logo = get_image_base64("static/DIGITAL_GUTPAN_LOGO_w.png")
599
  except Exception as e:
600
  print(f"로고 로딩 에러: {e}")
601
  mobile_logo = ""