akhaliq HF staff commited on
Commit
4927150
·
1 Parent(s): 634e8d5

fix nested list

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -82,12 +82,12 @@ pinned: false
82
  <p class="lg:col-span-2">Participants will be building and sharing Gradio demos using the Blocks feature. We will share a list of ideas of spaces that can be created using blocks or participants are free to try out their own ideas. At the end of the event, spaces will be evaluated and prizes will be given.</p>
83
  <br />
84
  <h3 class="lg:col-span-2">Potential ideas for creating spaces: </h3>
85
- <ul class="lg:col-span-2" style="list-style: circle inside">
86
  <li class="my-4">Trending papers from <a href="https://paperswithcode.com/" style="text-decoration: underline">https://paperswithcode.com/</a></li>
87
  <li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
88
  <li class="my-4">Models from huggingface model hub</li>
89
  <li class="my-4">Models from other model hubs
90
- <ul class="lg:col-span-2" style="list-style: circle inside">
91
  <li class="my-4">Tensorflow Hub: see example Gradio demos at <a href="https://huggingface.co/tensorflow" style="text-decoration: underline">https://huggingface.co/tensorflow</a></li>
92
  <li class="my-4">Pytorch Hub: see example Gradio demos at <a href="https://huggingface.co/pytorch" style="text-decoration: underline">https://huggingface.co/pytorch</a></li>
93
  <li class="my-4">ONNX model Hub: see example Gradio demos at <a href="https://huggingface.co/onnx" style="text-decoration: underline">https://huggingface.co/onnx</a></li>
 
82
  <p class="lg:col-span-2">Participants will be building and sharing Gradio demos using the Blocks feature. We will share a list of ideas of spaces that can be created using blocks or participants are free to try out their own ideas. At the end of the event, spaces will be evaluated and prizes will be given.</p>
83
  <br />
84
  <h3 class="lg:col-span-2">Potential ideas for creating spaces: </h3>
85
+ <ul class="lg:col-span-2" style="list-style: circle inside;padding-left: 40px;">
86
  <li class="my-4">Trending papers from <a href="https://paperswithcode.com/" style="text-decoration: underline">https://paperswithcode.com/</a></li>
87
  <li class="my-4">themed spaces: Vision, NLP, Audio based spaces</li>
88
  <li class="my-4">Models from huggingface model hub</li>
89
  <li class="my-4">Models from other model hubs
90
+ <ul class="lg:col-span-2" style="list-style: circle inside;padding-left: 40px;">
91
  <li class="my-4">Tensorflow Hub: see example Gradio demos at <a href="https://huggingface.co/tensorflow" style="text-decoration: underline">https://huggingface.co/tensorflow</a></li>
92
  <li class="my-4">Pytorch Hub: see example Gradio demos at <a href="https://huggingface.co/pytorch" style="text-decoration: underline">https://huggingface.co/pytorch</a></li>
93
  <li class="my-4">ONNX model Hub: see example Gradio demos at <a href="https://huggingface.co/onnx" style="text-decoration: underline">https://huggingface.co/onnx</a></li>