Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
netynet
/
test-animated-text
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Next
commited on
Jul 4, 2024
Commit
4659fee
·
verified
·
1 Parent(s):
67b4420
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,6 +34,6 @@ html_content = """
34
"""
35
36
with gr.Blocks() as demo:
37
-
gr.
Html
(html_content)
38
39
demo.launch()
34
"""
35
36
with gr.Blocks() as demo:
37
+
gr.
HTML
(html_content)
38
39
demo.launch()