kenken999 commited on
Commit
9809ebd
1 Parent(s): e174207
Files changed (1) hide show
  1. routers/gra_07_html/gradio.py +3 -3
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>Itsssem 1</li>
8
- <li>Item 2</li>
9
- <li>Item 3</li>
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">