Ci-Dave commited on
Commit
3d5be31
·
1 Parent(s): 790206a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ print(os.getcwd())
12
  # Load dataset
13
  @st.cache_data
14
  def load_data():
15
- return pd.read_csv(r"C:\Users\ACER\Desktop\Feature_Prediction_of_Pokemon\pokemon_cleaned.csv")
16
 
17
  df = load_data()
18
 
 
12
  # Load dataset
13
  @st.cache_data
14
  def load_data():
15
+ df = pd.read_csv("pokemon_cleaned.csv")
16
 
17
  df = load_data()
18