Skip to content

Commit 1295296

Browse files
committed
설정 페이지에서 디바이스 탭 제거 및 관련 정보 메시지 삭제
1 parent a6e9cc1 commit 1295296

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

interface/app_pages/settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
config = load_config()
1818

19-
tabs = st.tabs(["데이터 소스", "LLM", "DB", "Device"])
19+
tabs = st.tabs(["데이터 소스", "LLM", "DB"])
2020

2121
with tabs[0]:
2222
render_data_source_section(config)
@@ -27,8 +27,5 @@
2727
with tabs[2]:
2828
render_db_section()
2929

30-
with tabs[3]:
31-
st.info("디바이스 설정은 곧 제공됩니다.")
32-
3330
st.divider()
3431
st.caption("민감 정보는 로그에 기록되지 않으며, 이 설정은 현재 세션에 우선 반영됩니다.")

0 commit comments

Comments
 (0)