import streamlit as st def set_page_config(): """ Thiết lập cấu hình trang Streamlit """ st.set_page_config( page_title="Phân tích Cổ phiếu Việt Nam", page_icon="📈", layout="wide", initial_sidebar_state="expanded" ) def set_custom_css(): """ Thiết lập CSS tùy chỉnh cho ứng dụng """ st.markdown(""" """, unsafe_allow_html=True) def display_header(): """ Hiển thị tiêu đề ứng dụng """ st.markdown('