Spaces:
Running
Running
Thomas Dehaene commited on
Commit ·
63cfc85
1
Parent(s): abb659e
Tune styling
Browse files
README.md
CHANGED
|
@@ -6,9 +6,19 @@ colorTo: purple
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
<div style="background-color:black">
|
| 11 |
-
<
|
|
|
|
| 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>
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
+
<style>
|
| 10 |
+
@import url('https://fonts.googleapis.com/css?
|
| 11 |
+
family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
|
| 12 |
+
|
| 13 |
+
div1{
|
| 14 |
+
font-family:Roboto Bold Condensed;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
</style>
|
| 18 |
|
| 19 |
<div style="background-color:black">
|
| 20 |
+
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
| 21 |
+
<p id='p1' style="color:white;font-size:30px; text-align: center">ML6</p>
|
| 22 |
<p>
|
| 23 |
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>
|
| 24 |
</p>
|