File size: 104 Bytes
f1e1ac2
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

from assets.content import ABOUT_HTML


def create_about():
    gr.HTML(ABOUT_HTML)