Spaces:
Sleeping
Sleeping
center and increase html font size
Browse files- src/templates/index.html +2 -2
src/templates/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<title>Arabic Dialect Classifier</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
-
<h1>Arabic Dialect Classifier</h1>
|
8 |
-
<p>Write some arabic text and get which dialect it is from</p>
|
9 |
</body>
|
10 |
</html>
|
|
|
4 |
<title>Arabic Dialect Classifier</title>
|
5 |
</head>
|
6 |
<body>
|
7 |
+
<h1 style="text-align: center;font-size: xx-large;">Arabic Dialect Classifier</h1>
|
8 |
+
<p style="text-align: center;font-size: large;">Write some arabic text and get which dialect it is from</p>
|
9 |
</body>
|
10 |
</html>
|