marcelomoreno26 commited on
Commit
a6f40d0
1 Parent(s): f81c6bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  import pandas as pd
5
 
6
 
7
- @st.cache(hash=st.hash)
8
  def load_example_file(file):
9
  with open(file, "rb") as f:
10
  return f.read()
 
4
  import pandas as pd
5
 
6
 
7
+ @st.cache
8
  def load_example_file(file):
9
  with open(file, "rb") as f:
10
  return f.read()