Spaces:
xp3857
/
Build error

File size: 183 Bytes
a1d22a1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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()