Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def main():
|
|
106 |
fig.update_yaxes(title_text='Cosine Distance')
|
107 |
st.plotly_chart(fig, use_container_width=True)
|
108 |
|
109 |
-
st.header('
|
110 |
st.caption('*This box plot is interactive: Hover on the boxes to display values. Click on the legend items to filter models.*')
|
111 |
fig = px.box(outputs, x='model', y='cos', color='model', boxmean='sd')
|
112 |
fig.update_xaxes(title_text='Model')
|
|
|
106 |
fig.update_yaxes(title_text='Cosine Distance')
|
107 |
st.plotly_chart(fig, use_container_width=True)
|
108 |
|
109 |
+
st.header('Cosine Distance Statistics')
|
110 |
st.caption('*This box plot is interactive: Hover on the boxes to display values. Click on the legend items to filter models.*')
|
111 |
fig = px.box(outputs, x='model', y='cos', color='model', boxmean='sd')
|
112 |
fig.update_xaxes(title_text='Model')
|