Update frontend/public/index.html
Browse files
frontend/public/index.html
CHANGED
|
@@ -9,22 +9,22 @@
|
|
| 9 |
/>
|
| 10 |
<meta
|
| 11 |
name="description"
|
| 12 |
-
content="Interactive leaderboard for comparing LLM performance across
|
| 13 |
/>
|
| 14 |
|
| 15 |
<!-- Open Graph / Facebook -->
|
| 16 |
<meta property="og:type" content="website" />
|
| 17 |
<meta
|
| 18 |
property="og:url"
|
| 19 |
-
content="https://huggingface.co/spaces/TheFinAI/
|
| 20 |
/>
|
| 21 |
<meta
|
| 22 |
property="og:title"
|
| 23 |
-
content="Open
|
| 24 |
/>
|
| 25 |
<meta
|
| 26 |
property="og:description"
|
| 27 |
-
content="Interactive leaderboard for comparing LLM performance across
|
| 28 |
/>
|
| 29 |
<meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
|
| 30 |
|
|
@@ -32,15 +32,15 @@
|
|
| 32 |
<meta property="twitter:card" content="summary_large_image" />
|
| 33 |
<meta
|
| 34 |
property="twitter:url"
|
| 35 |
-
content="https://huggingface.co/spaces/TheFinAI/
|
| 36 |
/>
|
| 37 |
<meta
|
| 38 |
property="twitter:title"
|
| 39 |
-
content="Open
|
| 40 |
/>
|
| 41 |
<meta
|
| 42 |
property="twitter:description"
|
| 43 |
-
content="Interactive leaderboard for comparing LLM performance across
|
| 44 |
/>
|
| 45 |
<meta property="twitter:image" content="%PUBLIC_URL%/og-image.png" />
|
| 46 |
<!--
|
|
@@ -53,7 +53,7 @@
|
|
| 53 |
Learn how to configure a non-root public URL by running `npm run build`.
|
| 54 |
-->
|
| 55 |
<title>
|
| 56 |
-
Open
|
| 57 |
</title>
|
| 58 |
<link
|
| 59 |
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
|
|
|
|
| 9 |
/>
|
| 10 |
<meta
|
| 11 |
name="description"
|
| 12 |
+
content="Interactive leaderboard for comparing LLM performance across Medical benchmarks."
|
| 13 |
/>
|
| 14 |
|
| 15 |
<!-- Open Graph / Facebook -->
|
| 16 |
<meta property="og:type" content="website" />
|
| 17 |
<meta
|
| 18 |
property="og:url"
|
| 19 |
+
content="https://huggingface.co/spaces/TheFinAI/open_medical_llm_leaderboard"
|
| 20 |
/>
|
| 21 |
<meta
|
| 22 |
property="og:title"
|
| 23 |
+
content="Open Medical LLM Leaderboard - Compare Large Language Models in Medical Area"
|
| 24 |
/>
|
| 25 |
<meta
|
| 26 |
property="og:description"
|
| 27 |
+
content="Interactive leaderboard for comparing LLM performance across Medical benchmarks."
|
| 28 |
/>
|
| 29 |
<meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
|
| 30 |
|
|
|
|
| 32 |
<meta property="twitter:card" content="summary_large_image" />
|
| 33 |
<meta
|
| 34 |
property="twitter:url"
|
| 35 |
+
content="https://huggingface.co/spaces/TheFinAI/open_medical_llm_leaderboard"
|
| 36 |
/>
|
| 37 |
<meta
|
| 38 |
property="twitter:title"
|
| 39 |
+
content="Open Medical LLM Leaderboard - Compare Large Language Models in Medical Area"
|
| 40 |
/>
|
| 41 |
<meta
|
| 42 |
property="twitter:description"
|
| 43 |
+
content="Interactive leaderboard for comparing LLM performance across medical benchmarks."
|
| 44 |
/>
|
| 45 |
<meta property="twitter:image" content="%PUBLIC_URL%/og-image.png" />
|
| 46 |
<!--
|
|
|
|
| 53 |
Learn how to configure a non-root public URL by running `npm run build`.
|
| 54 |
-->
|
| 55 |
<title>
|
| 56 |
+
Open Medical LLM Leaderboard - Compare Large Language Models in Medical Area
|
| 57 |
</title>
|
| 58 |
<link
|
| 59 |
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
|