Spaces:
xp3857
/
Build error

test-a / app.py
xp3857's picture
Duplicate from xp3857/test
a1d22a1
raw
history blame
No virus
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()