awacke1 commited on
Commit
3cfbbfb
·
verified ·
1 Parent(s): b7addcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ st.markdown("""
17
  """, unsafe_allow_html=True)
18
 
19
  # Load dataset
20
- @st.cache_data
21
  def load_data():
22
  return pd.read_csv('https://raw.githubusercontent.com/manann/quotes-500k/main/quotes.csv', index_col=0)
23
 
 
17
  """, unsafe_allow_html=True)
18
 
19
  # Load dataset
 
20
  def load_data():
21
  return pd.read_csv('https://raw.githubusercontent.com/manann/quotes-500k/main/quotes.csv', index_col=0)
22