Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/about.py
Browse files- src/display/about.py +4 -7
src/display/about.py
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
|
|
|
|
|
|
3 |
|
4 |
-
TITLE = """
|
5 |
-
|
6 |
<h1 align="center" style="color: #1a237e;"> Open Medical-LLM Leaderboard</h1>
|
7 |
-
|
8 |
-
<div style="text-align: center;">
|
9 |
-
<img src="https://raw.githubusercontent.com/monk1337/MultiMedQA/main/assets/logs.png" alt="Descriptive Alt Text" style="display: block; margin: auto; height: 160px;">
|
10 |
-
</div>
|
11 |
-
|
12 |
"""
|
13 |
|
14 |
INTRODUCTION_TEXT = """
|
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
3 |
+
# <div style="text-align: center;">
|
4 |
+
# <img src="https://raw.githubusercontent.com/monk1337/MultiMedQA/main/assets/logs.png" alt="Descriptive Alt Text" style="display: block; margin: auto; height: 160px;">
|
5 |
+
# </div>
|
6 |
|
7 |
+
TITLE = """
|
|
|
8 |
<h1 align="center" style="color: #1a237e;"> Open Medical-LLM Leaderboard</h1>
|
|
|
|
|
|
|
|
|
|
|
9 |
"""
|
10 |
|
11 |
INTRODUCTION_TEXT = """
|