Update app.py
Browse files
app.py
CHANGED
@@ -74,3 +74,4 @@ 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!')
|
|
|
|
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 |
+
|