import streamlit as st st.set_page_config(page_title="Smart TV Interface", layout="wide") st.title("Smart TV Browser") # Visualizzazione del sito tramite iframe st.markdown( """ """, unsafe_allow_html=True, )