Spaces:
Running
Running
Update app.py
Browse files
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'],
|