Spaces:
Running
Running
Commit
Β·
bbf2758
1
Parent(s):
1df4c13
Align emojis
Browse files
utils.py
CHANGED
@@ -6,7 +6,13 @@ import pandas as pd
|
|
6 |
import plotly.express as px
|
7 |
import plotly.graph_objects as go
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
|
12 |
def model_hyperlink(link, model_name, release):
|
|
|
6 |
import plotly.express as px
|
7 |
import plotly.graph_objects as go
|
8 |
|
9 |
+
# fmt: off
|
10 |
+
type_emoji = {
|
11 |
+
"RTL-Specific": "β β π΄",
|
12 |
+
"General": "β β π’",
|
13 |
+
"Coding": "β β π΅"
|
14 |
+
}
|
15 |
+
# fmt: on
|
16 |
|
17 |
|
18 |
def model_hyperlink(link, model_name, release):
|