Spaces:
Sleeping
Sleeping
Delete templates
Browse files- templates/invalid_json.html +0 -13
templates/invalid_json.html
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
-
<head>
|
4 |
-
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/invalid_json.css')}}">
|
5 |
-
</head>
|
6 |
-
<body>
|
7 |
-
|
8 |
-
<h1>Error when loading sentences json file</h1>
|
9 |
-
<p>The API can't return a response due to an invalid sentences json file. Please revise the json file being loaded.</p>
|
10 |
-
<p><b>Check the error description below:</b></p>
|
11 |
-
<p><mark>{{ error_message }}</mark></p>
|
12 |
-
</body>
|
13 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|