miniwa00 commited on
Commit
3c3e174
·
1 Parent(s): 475a8d9

앱 헤더 텍스트를 "노드폴리오"에서 "GGG Idea Studio"로 변경하여 UI를 업데이트함.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,10 +14,10 @@ from src.ui_handlers import (
14
  initialize_data()
15
 
16
  # Gradio 인터페이스 구성
17
- with gr.Blocks(title="노드폴리오", theme=gr.themes.Soft()) as demo:
18
 
19
  # 헤더
20
- gr.Markdown("# 🔗 노드폴리오")
21
  gr.Markdown("---")
22
 
23
  # 탭 구성
 
14
  initialize_data()
15
 
16
  # Gradio 인터페이스 구성
17
+ with gr.Blocks(title="", theme=gr.themes.Soft()) as demo:
18
 
19
  # 헤더
20
+ gr.Markdown("# 🔗 GGG Idea Studio")
21
  gr.Markdown("---")
22
 
23
  # 탭 구성