ggcristian commited on
Commit
bbf2758
Β·
1 Parent(s): 1df4c13

Align emojis

Browse files
Files changed (1) hide show
  1. utils.py +7 -1
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
- type_emoji = {"RTL-Specific": "πŸ”΄", "General": "🟒", "Coding": "πŸ”΅"}
 
 
 
 
 
 
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):