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