Thibault Goehringer commited on
Commit
ccbe0e4
1 Parent(s): 5194ae2

Fix unclosed element tag

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7"
11
  <p class="lg:col-span-3">
12
  Intel and Hugging Face are collaborating to push the state of the art
13
  in Machine Learning workloads efficiency and performance.
 
7
  pinned: false
8
  ---
9
 
10
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
11
  <p class="lg:col-span-3">
12
  Intel and Hugging Face are collaborating to push the state of the art
13
  in Machine Learning workloads efficiency and performance.