File size: 246 Bytes
6634db1
 
 
 
 
 
 
 
 
9ee7f8a
6634db1
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import gradio as gr


with gr.Blocks() as app:
    gr.HTML("""
    <div id="demo">
        <iframe
    	src="https://omnibus-game-test-static.static.hf.space"
    	frameborder="0"
    	width="100%"
        ></iframe>
    </div>
""")

app.launch()