remove title
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -250,7 +250,7 @@ Answer:
|
|
| 250 |
};
|
| 251 |
|
| 252 |
const layout = {
|
| 253 |
-
title: { text: ' ', font: {size: 14} },
|
| 254 |
xaxis: { title: 'Token Index' },
|
| 255 |
yaxis: {
|
| 256 |
title: 'Assigned Position',
|
|
|
|
| 250 |
};
|
| 251 |
|
| 252 |
const layout = {
|
| 253 |
+
// title: { text: ' ', font: {size: 14} },
|
| 254 |
xaxis: { title: 'Token Index' },
|
| 255 |
yaxis: {
|
| 256 |
title: 'Assigned Position',
|