Spaces:
Runtime error
Runtime error
Update the css path
Browse files- templates/index.html +2 -3
templates/index.html
CHANGED
@@ -7,10 +7,9 @@
|
|
7 |
<title>summary</title>
|
8 |
<link href="/embed/datien228/text-summarizer/static/assets/favicon.png" rel="icon" type="image/png" sizes="16x16">
|
9 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
10 |
-
<link href="/embed/datien228/text-summarizer/static/css/style.css"
|
11 |
-
<link href="/embed/datien228/text-summarizer/static/css/all.css"
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
13 |
-
<!-- <script src="{{ url_for('static', filename='js/style.js') }}"></script> -->
|
14 |
</head>
|
15 |
<body class="d-flex flex-column min-vh-100">
|
16 |
<ul class="nav nav-tabs">
|
|
|
7 |
<title>summary</title>
|
8 |
<link href="/embed/datien228/text-summarizer/static/assets/favicon.png" rel="icon" type="image/png" sizes="16x16">
|
9 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
10 |
+
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/css/style.css">
|
11 |
+
<link rel="stylesheet" href="/embed/datien228/text-summarizer/static/assets/css/all.css">
|
12 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
|
13 |
</head>
|
14 |
<body class="d-flex flex-column min-vh-100">
|
15 |
<ul class="nav nav-tabs">
|