menikev commited on
Commit
5256c84
1 Parent(s): 365b100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def render_dashboard(page, df_filtered):
201
  with col3:
202
  st.plotly_chart(create_key_phrases_negative_sentiment_chart(df_filtered))
203
  with col4:
204
- st.plotly_chart(create_key_phrases_positive_sentiment_chart(df_filtered)
205
 
206
  elif page == "Discrimination Analysis":
207
  st.title("Discrimination Analysis Dashboard")
 
201
  with col3:
202
  st.plotly_chart(create_key_phrases_negative_sentiment_chart(df_filtered))
203
  with col4:
204
+ st.plotly_chart(create_key_phrases_positive_sentiment_chart(df_filtered))
205
 
206
  elif page == "Discrimination Analysis":
207
  st.title("Discrimination Analysis Dashboard")