WaysAheadGlobal commited on
Commit
be78d85
·
verified ·
1 Parent(s): d2abd81

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -7,7 +7,7 @@ st.set_page_config(layout="wide")
7
  st.title("🧲 CesiumJS Footfall Drag-Drop Demo")
8
 
9
  # Load footfall data
10
- df = pd.read_excel("jj_with_footfall.xlsx").dropna(subset=["latitude", "longitude"])
11
  features = [
12
  {
13
  "type": "Feature",
 
7
  st.title("🧲 CesiumJS Footfall Drag-Drop Demo")
8
 
9
  # Load footfall data
10
+ df = pd.read_excel("data/jj_with_footfall.xlsx").dropna(subset=["latitude", "longitude"])
11
  features = [
12
  {
13
  "type": "Feature",