hojining's picture
Update app.py
9874dfc
raw
history blame
234 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("""<iframe src="https://fa8a120f-c171-4f5e.gradio.live/" style="width:100%; height:1200px;"></iframe>""")
# gr.HTML("""<h1>we will open it tomorrow</h1>""")
demo.launch()