Spaces:
Sleeping
Sleeping
added touchpoint
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -1
- app.py +2 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -27,7 +27,8 @@ if st.button('Click for predictions!'):
|
|
27 |
color='sentiment'
|
28 |
)
|
29 |
|
30 |
-
st.plotly_chart(
|
|
|
31 |
st.plotly_chart(pie, use_container_width=True)
|
32 |
|
33 |
st.write("\n")
|
|
|
27 |
color='sentiment'
|
28 |
)
|
29 |
|
30 |
+
st.plotly_chart(bar_topic, use_container_width=True)
|
31 |
+
st.plotly_chart(bar_touchpoint, use_container_width=True)
|
32 |
st.plotly_chart(pie, use_container_width=True)
|
33 |
|
34 |
st.write("\n")
|
app.py
CHANGED
@@ -27,7 +27,8 @@ if st.button('Click for predictions!'):
|
|
27 |
color='sentiment'
|
28 |
)
|
29 |
|
30 |
-
st.plotly_chart(
|
|
|
31 |
st.plotly_chart(pie, use_container_width=True)
|
32 |
|
33 |
st.write("\n")
|
|
|
27 |
color='sentiment'
|
28 |
)
|
29 |
|
30 |
+
st.plotly_chart(bar_topic, use_container_width=True)
|
31 |
+
st.plotly_chart(bar_touchpoint, use_container_width=True)
|
32 |
st.plotly_chart(pie, use_container_width=True)
|
33 |
|
34 |
st.write("\n")
|