Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ st.set_page_config(page_title="Crime Rate Prediction", layout="wide")
|
|
8 |
st.title("📊 Crime Rate Prediction Based on Past Data")
|
9 |
|
10 |
# Replace this with your actual dataset path
|
11 |
-
csv_path = "
|
12 |
|
13 |
# Load data
|
14 |
try:
|
|
|
8 |
st.title("📊 Crime Rate Prediction Based on Past Data")
|
9 |
|
10 |
# Replace this with your actual dataset path
|
11 |
+
csv_path = "https://huggingface.co/spaces/MLDeveloper/crime_rate_predicition/resolve/main/RS_Session_255_AS_116.1%20(2).csv" # Example: "data/crime_data.csv" if inside a folder
|
12 |
|
13 |
# Load data
|
14 |
try:
|