File size: 263 Bytes
3789f5e
35429ce
3789f5e
 
 
35429ce
3789f5e
 
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr
from utils import EN_US


def webtools():
    domain = "static.hf.space" if EN_US else "ms.show"
    return gr.HTML(
        f"<iframe src='https://genius-society-web-tools.{domain}' width='100%' style='aspect-ratio: 16 / 9;'></iframe>"
    )