test / app.py
xp3857's picture
Update app.py
1162e26
Raw
History Blame Contribute Delete
183 Bytes
import gradio as gr
with gr.Blocks() as app:
with gr.Row() as r1:
gr.HTML("""Validate""")
with gr.Row(visible=False) as r2:
gr.HTML("""Pass""")
app.launch()