lydianish commited on
Commit
786af16
·
verified ·
1 Parent(s): 9c18c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -109,7 +109,6 @@ def main():
109
 
110
  st.header('Cosine Distance Statistics')
111
  st.caption('*This box plot is interactive: Hover on the boxes to display values. Click on the legend items to filter models.*')
112
- fig = px.box(outputs, x='model', y='cos', color='model', boxmean='sd')
113
  fig = go.Figure()
114
  fig.add_trace(go.Box(
115
  y=outputs[outputs['model']=='LASER']['cos'],
 
109
 
110
  st.header('Cosine Distance Statistics')
111
  st.caption('*This box plot is interactive: Hover on the boxes to display values. Click on the legend items to filter models.*')
 
112
  fig = go.Figure()
113
  fig.add_trace(go.Box(
114
  y=outputs[outputs['model']=='LASER']['cos'],