MLDeveloper commited on
Commit
353254e
·
verified ·
1 Parent(s): 0897c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  # CSV path (Make sure this file is uploaded in Streamlit cloud if deployed)
11
- csv_path = "crime_data.csv"
12
 
13
  try:
14
  # Load the dataset
 
8
  st.title("📊 Crime Rate Prediction Based on Past Data")
9
 
10
  # CSV path (Make sure this file is uploaded in Streamlit cloud if deployed)
11
+ csv_path = "https://huggingface.co/spaces/MLDeveloper/crime_rate_predicition/resolve/main/RS_Session_255_AS_116.1%20(2).csv"
12
 
13
  try:
14
  # Load the dataset