Spaces:
Sleeping
Sleeping
Update templates/base.html
Browse files- templates/base.html +1 -1
templates/base.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container fade-in">
|
| 11 |
-
<h1 class="header">Prediction using different models :</h1>
|
| 12 |
|
| 13 |
{% with messages = get_flashed_messages(with_categories=true) %}
|
| 14 |
{% if messages %}
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="container fade-in">
|
| 11 |
+
<!-- <h1 class="header">Prediction using different models :</h1> -->
|
| 12 |
|
| 13 |
{% with messages = get_flashed_messages(with_categories=true) %}
|
| 14 |
{% if messages %}
|