import os import streamlit as st import streamlit.components.v1 as components st.set_page_config(layout="wide") iframe_html = """ ControlLLM

This space is currently under maintenance due to network issues 😊😊

We warmly welcome you to visit our GitHub if you’re interested πŸŽ‰πŸŽ‰

""" components.html(iframe_html, height=1200)