import gradio as gr with gr.Blocks(theme=gr.themes.Soft(), css="footer {visibility: hidden}") as demo: gr.Markdown(""" # 🦅 Sparrow Hawk News Sidekick *"Your unfiltered news analysis companion"* """) gr.HTML(f""" """) demo.launch()