Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/7349-df-repro-fix-main
abidlabs
/
7349-df-repro-fix-latest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pngwn
HF Staff
commited on
Feb 8, 2024
Commit
6591d06
·
verified
·
1 Parent(s):
4d0ebfc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
with gr.Blocks() as demo:
2
with gr.Tab():
3
gr.Html("<p>hi</p>")
1
+
import gradio as gr
2
+
3
with gr.Blocks() as demo:
4
with gr.Tab():
5
gr.Html("<p>hi</p>")