changes
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ print(os.getcwd())
|
|
12 |
# Load dataset
|
13 |
@st.cache_data
|
14 |
def load_data():
|
15 |
-
|
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 |
|