Spaces:
Running
Running
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>" | |
) | |