ango
upload all files
f1e1ac2
raw
history blame contribute delete
No virus
104 Bytes
import gradio as gr
from assets.content import ABOUT_HTML
def create_about():
gr.HTML(ABOUT_HTML)