hojining's picture
Update app.py
7b982bf
raw
history blame
234 Bytes
import gradio as gr
with gr.Blocks() as demo:
# gr.HTML("""<iframe src="https://25113acb-3e8f-411b.gradio.live/" style="width:100%; height:1200px;"></iframe>""")
gr.HTML("""<h1>we will open it tomorrow</h1>""")
demo.launch()