refactor: Streamlit 메인 실행 모듈과 페이지 설정 분리 #179
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

#️⃣ Issue Number
📝 요약(Summary)
streamlit_app.py파일에 포함된 페이지 설정(PAGES)과 실행 로직을 분리했습니다.pages_config.py에서 페이지 구성을 전담하도록 이동하여, 관심사를 분리했습니다.💬 To Reviewers (선택)
pages_config.py)가 적절한지 확인 부탁드립니다.PR Checklist
pages_config.py만 수정하면 반영되는지 확인reference) How to Code Review