kevinwang676 commited on
Commit
026d66c
·
verified ·
1 Parent(s): 874ed95

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -1
run.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.HTML(value="<p style='margin-top: 1rem, margin-bottom: 1rem'>This <em>example</em> was <strong>written</strong> in <a href='https://en.wikipedia.org/wiki/HTML' _target='blank'>HTML</a> </p>")
 
5
 
6
  demo.launch()
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.HTML(value="<script src="https://static.elfsight.com/platform/platform.js" data-use-service-core defer></script>
5
+ <div class="elfsight-app-9ea8ac2d-ca03-4236-ada0-000418d07d2b" data-elfsight-app-lazy></div>")
6
 
7
  demo.launch()