sihar commited on
Commit
7eac95c
·
1 Parent(s): da6f015

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,8 +9,6 @@ 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
 
16
  df = fetch_data()
 
9
  Use the sidebar to select input features.
10
  """)
11
 
 
 
12
  df = pd.read_csv('https://raw.githubusercontent.com/ardhiraka/PFDS_sources/master/campus.csv')
13
 
14
  df = fetch_data()