Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xp3857/test
xp3857
/
test-a
like
0
Build error
App
Files
Files
Community
main
test-a
/
app.py
xp3857
Duplicate from xp3857/test
a1d22a1
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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()