ericjedha commited on
Commit
6db5659
·
1 Parent(s): f60dcb2
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,7 +27,9 @@ st.markdown("""
27
  """)
28
 
29
  ### LOAD AND CACHE DATA
30
- DATA_URL = ('https://626c476c-2f29-4366-9555-4aac80cfbe8a.filesusr.com/ugd/b8e5dd_44474a984ad54630b33bb9cf6d682259.csv?dn=athlete_events1.csv')
 
 
31
 
32
  @st.cache_data # this lets the
33
  def load_data(nrows):
 
27
  """)
28
 
29
  ### LOAD AND CACHE DATA
30
+ #DATA_URL = ('https://626c476c-2f29-4366-9555-4aac80cfbe8a.filesusr.com/ugd/b8e5dd_44474a984ad54630b33bb9cf6d682259.csv?dn=athlete_events1.csv')
31
+
32
+ DATA_URL = ('https://ricoheric.github.io/streamlit/athlete_events.csv')
33
 
34
  @st.cache_data # this lets the
35
  def load_data(nrows):