Frederick001 commited on
Commit
1b7a975
·
verified ·
1 Parent(s): 8343362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -13,8 +13,7 @@ from io import BytesIO
13
  # -------------------------
14
  @st.cache_data
15
  def load_data():
16
- url = "https://raw.githubusercontent.com/yourusername/nigeria-economy-ai/main/Nigeria_Economy_Data.csv"
17
- df = pd.read_csv(url)
18
  return df
19
 
20
  df = load_data()
 
13
  # -------------------------
14
  @st.cache_data
15
  def load_data():
16
+ df = pd.read_csv("Nigeria Economy Dataset_1990-2022.csv")
 
17
  return df
18
 
19
  df = load_data()