import streamlit as st import streamlit.components.v1 as components st.set_page_config(layout="wide") st.title("🏗️ GenAI Claims Workflow (Fake Horizontal Layout)") components.html( """
""", height=550, scrolling=False )