Spaces:
Running
Running
Thomas Dehaene
commited on
Commit
·
7866730
1
Parent(s):
b213bf3
Tune styling
Browse files
README.md
CHANGED
@@ -7,16 +7,26 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
<div style="background-color:
|
11 |
-
<
|
12 |
-
<
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</div>
|
21 |
|
22 |
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div style="background-color:white">
|
11 |
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
12 |
+
<style>
|
13 |
+
body {
|
14 |
+
font-family: "Roboto", sans-serif;
|
15 |
+
}
|
16 |
+
</style>
|
17 |
+
</br>
|
18 |
+
</br>
|
19 |
+
<p style="text-align:center;">
|
20 |
+
<img width="400" class="center" src="https://itec.kuleuven-kulak.be/wp-content/uploads/2020/06/ML6.png">
|
21 |
+
</p>
|
22 |
+
</br>
|
23 |
+
<p style="margin:50px; color:black;font-size:16px; text-align: center">
|
24 |
+
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.
|
25 |
+
</p>
|
26 |
+
<p style="margin:50px; color:black;font-size:16px; text-align: center">
|
27 |
+
To find out more, please visit <a href="https://www.ml6.eu">our website</a>
|
28 |
+
</p>
|
29 |
+
</br>
|
30 |
</div>
|
31 |
|
32 |
|