kevinwang676 commited on
Commit
d59cf9f
·
verified ·
1 Parent(s): e04fb34

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -0
run.py CHANGED
@@ -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
  '''