import gradio as gr from assets.content import ABOUT_HTML def create_about(): gr.HTML(ABOUT_HTML)