Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test
like
0
Sleeping
App
Files
Files
Community
53cd065
test
/
app.py
xp3857
Update app.py
1162e26
over 1 year ago
raw
Copy download link
history
blame
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()