Update app.py
Browse files
app.py
CHANGED
@@ -81,4 +81,4 @@ if Run_Button == True:
|
|
81 |
fig = go.Figure([go.Bar(x=output_labels, y=output_scores)])
|
82 |
st.plotly_chart(fig, use_container_width=False, sharing="streamlit")
|
83 |
st.success('Done!')
|
84 |
-
|
|
|
81 |
fig = go.Figure([go.Bar(x=output_labels, y=output_scores)])
|
82 |
st.plotly_chart(fig, use_container_width=False, sharing="streamlit")
|
83 |
st.success('Done!')
|
84 |
+
|