Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ try:
|
|
52 |
})
|
53 |
|
54 |
# # Show predictions
|
55 |
-
|
56 |
-
|
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()
|