Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
routers/gra_07_html/gradio.py
CHANGED
@@ -4,9 +4,9 @@ def display_html():
|
|
4 |
<h1>Hello, Gradio!</h1>
|
5 |
<p>This is an example of displaying HTML content using Gradio.</p>
|
6 |
<ul>
|
7 |
-
<li>
|
8 |
-
<li>Item
|
9 |
-
<li>Item
|
10 |
<a href="test">aaa</a>
|
11 |
</ul>
|
12 |
<script type="module">
|
|
|
4 |
<h1>Hello, Gradio!</h1>
|
5 |
<p>This is an example of displaying HTML content using Gradio.</p>
|
6 |
<ul>
|
7 |
+
<li>Item 11</li>
|
8 |
+
<li>Item 22</li>
|
9 |
+
<li>Item 33</li>
|
10 |
<a href="test">aaa</a>
|
11 |
</ul>
|
12 |
<script type="module">
|