Spaces:
Sleeping
Sleeping
Update FYP RAG/summerization-app/templates/homepage.html
Browse files
FYP RAG/summerization-app/templates/homepage.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>LawSumm - Legal Summarizer</title>
|
| 7 |
-
<link rel="icon" type="image/png" href="{{ url_for('
|
| 8 |
|
| 9 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
| 10 |
|
|
@@ -1104,7 +1104,7 @@ justify-content: center;
|
|
| 1104 |
<header>
|
| 1105 |
<nav class="navbar">
|
| 1106 |
<div class="logo">
|
| 1107 |
-
<img src="{{ url_for('
|
| 1108 |
<strong>LawSumm</strong>
|
| 1109 |
</div>
|
| 1110 |
<ul class="nav-links">
|
|
@@ -1406,7 +1406,7 @@ justify-content: center;
|
|
| 1406 |
<footer class="footer">
|
| 1407 |
<div class="footer-logo">
|
| 1408 |
<div class="footer-logo-container">
|
| 1409 |
-
<img src="{{ url_for('
|
| 1410 |
<h2>LawSumm</h2>
|
| 1411 |
</div>
|
| 1412 |
<div class="social-icons">
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>LawSumm - Legal Summarizer</title>
|
| 7 |
+
<link rel="icon" type="image/png" href="{{ url_for('static', filename='logo.png') }}">
|
| 8 |
|
| 9 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
|
| 10 |
|
|
|
|
| 1104 |
<header>
|
| 1105 |
<nav class="navbar">
|
| 1106 |
<div class="logo">
|
| 1107 |
+
<img src="{{ url_for('static', filename='logo.png') }}" alt="Lawsumm logo">
|
| 1108 |
<strong>LawSumm</strong>
|
| 1109 |
</div>
|
| 1110 |
<ul class="nav-links">
|
|
|
|
| 1406 |
<footer class="footer">
|
| 1407 |
<div class="footer-logo">
|
| 1408 |
<div class="footer-logo-container">
|
| 1409 |
+
<img src="{{ url_for('static', filename='logo.png') }}" alt="Lawsumm logo">
|
| 1410 |
<h2>LawSumm</h2>
|
| 1411 |
</div>
|
| 1412 |
<div class="social-icons">
|