Muthuraja18 commited on
Commit
b517951
Β·
verified Β·
1 Parent(s): b1b06e6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from streamlit_folium import folium_static
7
  import groq
8
 
9
  # --- πŸ“‚ Load Bus Data ---
10
- data_path = r"C:\Users\Muthuraja\OneDrive\Attachments\Desktop\second\pdp.csv"
11
  df = pd.read_csv(data_path)
12
 
13
  # --- πŸ” Dummy User Credentials ---
 
7
  import groq
8
 
9
  # --- πŸ“‚ Load Bus Data ---
10
+ data_path = "pdp.csv"
11
  df = pd.read_csv(data_path)
12
 
13
  # --- πŸ” Dummy User Credentials ---