MLDeveloper commited on
Commit
cf5aa0b
·
verified ·
1 Parent(s): 483b677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -51,9 +51,9 @@ try:
51
  'Predicted Crime Cases': [max(0, int(pred)) for pred in predictions]
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()
 
51
  'Predicted Crime Cases': [max(0, int(pred)) for pred in predictions]
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()