abidlabs HF staff commited on
Commit
da15cd9
1 Parent(s): 6dea51a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ pinned: false
38
  <code>gradio.Blocks</code> is a low-level API that allows you to have full control over the data flows and layout of your application. You can build very complex, multi-step applications using Blocks.
39
  If you have already used gradio.Interface, you know that you can easily create fully-fledged machine learning demos with just a few lines of code. The Interface API is very convenient but in some cases may not be sufficiently flexible for your needs. For example, you might want to:
40
  </p>
41
- <ul class="lg:col-span-2">
42
  <li class="my-4">Group together related demos as multiple tabs in one web app</li>
43
  <li class="my-4">Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right</li>
44
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>
 
38
  <code>gradio.Blocks</code> is a low-level API that allows you to have full control over the data flows and layout of your application. You can build very complex, multi-step applications using Blocks.
39
  If you have already used gradio.Interface, you know that you can easily create fully-fledged machine learning demos with just a few lines of code. The Interface API is very convenient but in some cases may not be sufficiently flexible for your needs. For example, you might want to:
40
  </p>
41
+ <ul class="lg:col-span-2" style="list-style: circle inside">
42
  <li class="my-4">Group together related demos as multiple tabs in one web app</li>
43
  <li class="my-4">Change the layout of your demo instead of just having all of the inputs on the left and outputs on the right</li>
44
  <li class="my-4">Have multi-step interfaces, in which the output of one model becomes the input to the next model, or have more flexible data flows in general</li>