akdeniz27 commited on
Commit
2dc5298
1 Parent(s): b4d9dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,4 +74,3 @@ if Run_Button == True:
74
  fig = go.Figure([go.Bar(x=output_labels, y=output_scores)])
75
  st.plotly_chart(fig, use_container_width=False, sharing="streamlit")
76
  st.success('Done!')
77
-
 
74
  fig = go.Figure([go.Bar(x=output_labels, y=output_scores)])
75
  st.plotly_chart(fig, use_container_width=False, sharing="streamlit")
76
  st.success('Done!')