import streamlit as st # Tạo một trang Streamlit st.title("FIO Advisor") # CSS để làm cho iframe co giãn theo kích thước trang iframe_code = '''
''' # Sử dụng st.components.v1 để nhúng iframe với CSS đã điều chỉnh st.components.v1.html(iframe_code, height=900)