hongaik commited on
Commit
af4a8bf
1 Parent(s): efe6851

added touchpoint

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +2 -1
  2. 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(bar, use_container_width=True)
 
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(bar, use_container_width=True)
 
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")