File size: 233 Bytes
5e3b4b4
 
 
2961828
9874dfc
5e3b4b4
 
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.HTML("""<iframe src="https://6a7f9216-bbba-43ca.gradio.live" style="width:100%; height:1200px;"></iframe>""")
    # gr.HTML("""<h1>we will open it tomorrow</h1>""")

demo.launch()