harmdevries commited on
Commit
b3ea78d
1 Parent(s): cc9bf37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,6 +7,7 @@ import pandas as pd
7
  import math
8
 
9
  st.set_page_config(layout="wide")
 
10
 
11
  g = Github(os.environ.get('github'))
12
 
@@ -63,7 +64,7 @@ fig.add_annotation({
63
  "text": "Today",
64
  "align": "center",
65
  "color": "black",
66
- "showarrow":False,
67
  })
68
 
69
  st.plotly_chart(fig, use_container_width=True)
 
7
  import math
8
 
9
  st.set_page_config(layout="wide")
10
+ name2repo = [("Inference", "bigcode-project/bigcode-inference-benchmark")]
11
 
12
  g = Github(os.environ.get('github'))
13
 
 
64
  "text": "Today",
65
  "align": "center",
66
  "color": "black",
67
+ "showarrow": False,
68
  })
69
 
70
  st.plotly_chart(fig, use_container_width=True)