admin
sync ms
35429ce
raw
history blame
263 Bytes
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>"
)