liberatoratif commited on
Commit
57ac48d
1 Parent(s): 4587c55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,5 +129,5 @@ st.markdown("<h4 style='text-align: centre; color: red;'>MOST COMMON TYPES OF PL
129
  unsafe_allow_html=True)
130
  yearcol7 = st.selectbox('Select Year', [2020, 2021, 2022, 2023], key = 'year8')
131
  ba = px.bar(pd.DataFrame(crime[crime['year'] == yearcol7].Location.value_counts()[:25]), width=1200, height=700)
132
- st.dataframe(pd.DataFrame(crime[crime['year'] == yearcol7].Location.value_counts()))
133
  st.plotly_chart(ba)
 
129
  unsafe_allow_html=True)
130
  yearcol7 = st.selectbox('Select Year', [2020, 2021, 2022, 2023], key = 'year8')
131
  ba = px.bar(pd.DataFrame(crime[crime['year'] == yearcol7].Location.value_counts()[:25]), width=1200, height=700)
132
+ # st.dataframe(pd.DataFrame(crime[crime['year'] == yearcol7].Location.value_counts()))
133
  st.plotly_chart(ba)