Spaces:
Running
Running
Glenn Matlin
commited on
Commit
·
94fcfa5
1
Parent(s):
96cfd55
Add favicon and update navbar styles in index.html
Browse files
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<meta name="keywords" content="FLaME, Finance, Language Models, NLP, Benchmarking, FinNLP">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
<title>FLaME: Holistic Financial Language Model Evaluation</title>
|
10 |
-
|
11 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
12 |
rel="stylesheet">
|
13 |
|
@@ -36,10 +36,11 @@
|
|
36 |
<body>
|
37 |
|
38 |
<!-- Navigation bar -->
|
39 |
-
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
40 |
<div class="container">
|
41 |
<div class="navbar-brand">
|
42 |
-
<a class="navbar-item" href="#">
|
|
|
43 |
<span class="flame">FLaME</span>
|
44 |
</a>
|
45 |
|
@@ -50,27 +51,27 @@
|
|
50 |
</a>
|
51 |
</div>
|
52 |
|
53 |
-
<div id="navbarMenu" class="navbar-menu">
|
54 |
<div class="navbar-end">
|
55 |
-
<a class="navbar-item" href="#abstract">
|
56 |
Abstract
|
57 |
</a>
|
58 |
-
<a class="navbar-item" href="#findings">
|
59 |
Findings
|
60 |
</a>
|
61 |
-
<a class="navbar-item" href="#methodology">
|
62 |
Methodology
|
63 |
</a>
|
64 |
-
<a class="navbar-item" href="#results">
|
65 |
Results
|
66 |
</a>
|
67 |
-
<a class="navbar-item" href="#framework">
|
68 |
Framework
|
69 |
</a>
|
70 |
-
<a class="navbar-item" href="#BibTeX">
|
71 |
Citation
|
72 |
</a>
|
73 |
-
<div class="navbar-item">
|
74 |
<div class="buttons">
|
75 |
<a class="button is-info" href="https://github.com/gtfintechlab/FLaME" target="_blank">
|
76 |
<span class="icon">
|
@@ -129,8 +130,8 @@
|
|
129 |
<i class="ai ai-arxiv"></i>
|
130 |
</span>
|
131 |
<span>arXiv</span>
|
132 |
-
</a>
|
133 |
-
</span>
|
134 |
<!-- Code Link. -->
|
135 |
<span class="link-block">
|
136 |
<a href="https://github.com/gtfintechlab/FLaME" target="_blank"
|
@@ -146,7 +147,7 @@
|
|
146 |
<a href="https://huggingface.co/gtfintechlab/" target="_blank"
|
147 |
class="external-link button is-normal is-rounded is-dark">
|
148 |
<span class="icon">
|
149 |
-
|
150 |
</span>
|
151 |
<span>HuggingFace</span>
|
152 |
</a>
|
@@ -4260,7 +4261,7 @@
|
|
4260 |
<span>GitHub Repository</span>
|
4261 |
</a>
|
4262 |
<a href="https://huggingface.co/gtfintechlab/" target="_blank" class="button is-info">
|
4263 |
-
<span class="icon"><
|
4264 |
<span>Hugging Face Space</span>
|
4265 |
</a>
|
4266 |
</div>
|
@@ -4520,7 +4521,7 @@
|
|
4520 |
<i class="fab fa-github fa-lg"></i>
|
4521 |
</a>
|
4522 |
<a class="icon-link" href="https://huggingface.co/gtfintechlab/" target="_blank" title="HuggingFace Space">
|
4523 |
-
<
|
4524 |
</a>
|
4525 |
</div>
|
4526 |
|
|
|
7 |
<meta name="keywords" content="FLaME, Finance, Language Models, NLP, Benchmarking, FinNLP">
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
<title>FLaME: Holistic Financial Language Model Evaluation</title>
|
10 |
+
<link rel="icon" href="./static/images/FLaME_favicon.png" type="image/png">
|
11 |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
|
12 |
rel="stylesheet">
|
13 |
|
|
|
36 |
<body>
|
37 |
|
38 |
<!-- Navigation bar -->
|
39 |
+
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation" style="background-color: #004d99; box-shadow: 0 2px 10px rgba(0,0,0,0.1);">
|
40 |
<div class="container">
|
41 |
<div class="navbar-brand">
|
42 |
+
<a class="navbar-item" href="#" style="color: white;">
|
43 |
+
<img src="./static/images/FLaME_favicon.png" alt="FLaME Logo" style="width: 30px; height: 30px;">
|
44 |
<span class="flame">FLaME</span>
|
45 |
</a>
|
46 |
|
|
|
51 |
</a>
|
52 |
</div>
|
53 |
|
54 |
+
<div id="navbarMenu" class="navbar-menu" style="background-color: #004d99;">
|
55 |
<div class="navbar-end">
|
56 |
+
<a class="navbar-item" href="#abstract" style="color: white;">
|
57 |
Abstract
|
58 |
</a>
|
59 |
+
<a class="navbar-item" href="#findings" style="color: white;">
|
60 |
Findings
|
61 |
</a>
|
62 |
+
<a class="navbar-item" href="#methodology" style="color: white;">
|
63 |
Methodology
|
64 |
</a>
|
65 |
+
<a class="navbar-item" href="#results" style="color: white;">
|
66 |
Results
|
67 |
</a>
|
68 |
+
<a class="navbar-item" href="#framework" style="color: white;">
|
69 |
Framework
|
70 |
</a>
|
71 |
+
<a class="navbar-item" href="#BibTeX" style="color: white;">
|
72 |
Citation
|
73 |
</a>
|
74 |
+
<div class="navbar-item" style="color: white;">
|
75 |
<div class="buttons">
|
76 |
<a class="button is-info" href="https://github.com/gtfintechlab/FLaME" target="_blank">
|
77 |
<span class="icon">
|
|
|
130 |
<i class="ai ai-arxiv"></i>
|
131 |
</span>
|
132 |
<span>arXiv</span>
|
133 |
+
</a>
|
134 |
+
</span> -->
|
135 |
<!-- Code Link. -->
|
136 |
<span class="link-block">
|
137 |
<a href="https://github.com/gtfintechlab/FLaME" target="_blank"
|
|
|
147 |
<a href="https://huggingface.co/gtfintechlab/" target="_blank"
|
148 |
class="external-link button is-normal is-rounded is-dark">
|
149 |
<span class="icon">
|
150 |
+
<img src="./static/images/huggingface_logo.svg" alt="HuggingFace" width="20" height="20">
|
151 |
</span>
|
152 |
<span>HuggingFace</span>
|
153 |
</a>
|
|
|
4261 |
<span>GitHub Repository</span>
|
4262 |
</a>
|
4263 |
<a href="https://huggingface.co/gtfintechlab/" target="_blank" class="button is-info">
|
4264 |
+
<span class="icon"><img src="./static/images/huggingface_logo.svg" alt="HuggingFace" width="20" height="20"></span>
|
4265 |
<span>Hugging Face Space</span>
|
4266 |
</a>
|
4267 |
</div>
|
|
|
4521 |
<i class="fab fa-github fa-lg"></i>
|
4522 |
</a>
|
4523 |
<a class="icon-link" href="https://huggingface.co/gtfintechlab/" target="_blank" title="HuggingFace Space">
|
4524 |
+
<img src="./static/images/huggingface_logo.svg" alt="HuggingFace" width="24" height="24">
|
4525 |
</a>
|
4526 |
</div>
|
4527 |
|
static/images/{huggingface.svg → huggingface_logo.svg}
RENAMED
File without changes
|