ababio commited on
Commit
14f4192
1 Parent(s): 3368c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -261,10 +261,11 @@ if button and user_input:
261
 
262
  fig_heatmap = get_emotion_heatmap(predictions)
263
 
264
- tab1, tab2, tab3 = st.tabs(["Emotion Analysis", "Emotion Counts Distribution", "Heatmap"])
 
265
  with tab1:
266
  st.plotly_chart(fig_pie)
267
  with tab2:
268
  st.plotly_chart(fig_bar)
269
- with tab3:
270
- st.plotly_chart(fig_heatmap)
 
261
 
262
  fig_heatmap = get_emotion_heatmap(predictions)
263
 
264
+ # tab1, tab2, tab3 = st.tabs(["Emotion Analysis", "Emotion Counts Distribution", "Heatmap"])
265
+ tab1, tab2 = st.tabs(["Emotion Analysis", "Emotion Counts Distribution"])
266
  with tab1:
267
  st.plotly_chart(fig_pie)
268
  with tab2:
269
  st.plotly_chart(fig_bar)
270
+ # with tab3:
271
+ # st.plotly_chart(fig_heatmap)