Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/html_component
kevinwang676
/
html_component
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevinwang676
commited on
Feb 27, 2024
Commit
d59cf9f
·
verified
·
1 Parent(s):
e04fb34
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+2
-0
run.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
html = '''
2
<button id="my_btn" onclick="click_text()">Hello</button>
3
'''
1
+
import gradio as gr
2
+
3
html = '''
4
<button id="my_btn" onclick="click_text()">Hello</button>
5
'''