Spaces:
Runtime error
Runtime error
EveSa
commited on
Update index.html.jinja
Browse files
templates/index.html.jinja
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<title>Text summarization API</title>
|
5 |
<meta charset="utf-8" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
7 |
-
<link rel="stylesheet" href="{{ url_for('templates', path='site_style/css/main.css') }}" />
|
8 |
<script>
|
9 |
function customReset()
|
10 |
{
|
|
|
4 |
<title>Text summarization API</title>
|
5 |
<meta charset="utf-8" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
7 |
+
<link rel="stylesheet" href="{{ url_for('templates', path='templates/site_style/css/main.css') }}" />
|
8 |
<script>
|
9 |
function customReset()
|
10 |
{
|