navjotk commited on
Commit
e074cbb
·
verified ·
1 Parent(s): 0681ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ gemini_model = GenerativeModel("models/gemini-1.5-flash")
26
  # ---------------------------
27
  # Crop Recommendation Setup
28
  # ---------------------------
29
- url = "https://raw.githubusercontent.com/sehajpreet22/data/refs/heads/main/cleaned_crop_data_final1.csv "
30
  data = pd.read_csv(url)
31
 
32
  X = data.drop('label', axis=1)
 
26
  # ---------------------------
27
  # Crop Recommendation Setup
28
  # ---------------------------
29
+ url = "https://raw.githubusercontent.com/sehajpreet22/data/refs/heads/main/cleaned_crop_data_final1%20(1).csv "
30
  data = pd.read_csv(url)
31
 
32
  X = data.drop('label', axis=1)