MLDeveloper commited on
Commit
2f3ced4
·
verified ·
1 Parent(s): cf5aa0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ try:
52
  })
53
 
54
  # # Show predictions
55
- # st.subheader(f"📈 Predicted Crime Rate for {state_input} ({year_input} to 2027)")
56
- # st.dataframe(result_df, use_container_width=True)
57
 
58
  # Plot
59
  fig, ax = plt.subplots()
 
52
  })
53
 
54
  # # Show predictions
55
+ st.subheader(f"📈 Predicted Crime Rate for {state_input} ({year_input} to 2027)")
56
+ st.dataframe(result_df, use_container_width=True)
57
 
58
  # Plot
59
  fig, ax = plt.subplots()