lydianish commited on
Commit
a4d36e9
·
verified ·
1 Parent(s): 3f83c66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('Average Cosine Distance Scores')
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')