Thomas Dehaene commited on
Commit
35c190a
·
1 Parent(s): ee77570

Add styling

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -7,14 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <html>
11
-
12
- <head>
13
- ML6
14
- </head>
15
-
16
- <body>
17
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
18
- </body>
19
- </html>
 
20
 
 
7
  pinned: false
8
  ---
9
 
10
+ <div>
11
+ <p style="color:blue;">ML6</p>
12
+ <p>
 
 
 
 
13
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
14
+ </p>
15
+ </div>
16
+
17