frrnnda7 commited on
Commit
87f98d4
1 Parent(s): 4118b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ Created by FTDS Curriculum Team
9
  Use the sidebar to select input features.
10
  """)
11
 
12
- @st.cache
13
 
14
  df = pd.read_csv('https://raw.githubusercontent.com/ardhiraka/PFDS_sources/master/campus.csv')
15
 
 
9
  Use the sidebar to select input features.
10
  """)
11
 
12
+
13
 
14
  df = pd.read_csv('https://raw.githubusercontent.com/ardhiraka/PFDS_sources/master/campus.csv')
15