MLDeveloper commited on
Commit
b093c24
·
verified ·
1 Parent(s): ef88b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.title("📩 SMS Spam Detection App")
10
  st.markdown("🔍 Enter a message below to check if it's **Spam** or **Not Spam (Ham)**")
11
 
12
  # --- Load CSV for reference or stats ---
13
- csv_path = "https://huggingface.co/spaces/MLDeveloper/Spam_SMS_Detection/resolve/main/spam_sms_detection.csv"
14
  try:
15
  df = pd.read_csv(csv_path)
16
  except Exception as e:
 
10
  st.markdown("🔍 Enter a message below to check if it's **Spam** or **Not Spam (Ham)**")
11
 
12
  # --- Load CSV for reference or stats ---
13
+ csv_path = "https://huggingface.co/spaces/MLDeveloper/Spam_SMS_Detection/resolve/main/spam.csv"
14
  try:
15
  df = pd.read_csv(csv_path)
16
  except Exception as e: