Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
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)
|