import gradio as gr | |
with gr.Blocks() as demo: | |
gr.HTML(""" | |
<iframe | |
src="https://api.zmkj.site/" | |
width="100%" | |
height="500" | |
frameborder="0" | |
allow="fullscreen" | |
></iframe> | |
""") | |
demo.launch() |
import gradio as gr | |
with gr.Blocks() as demo: | |
gr.HTML(""" | |
<iframe | |
src="https://api.zmkj.site/" | |
width="100%" | |
height="500" | |
frameborder="0" | |
allow="fullscreen" | |
></iframe> | |
""") | |
demo.launch() |