Mattral commited on
Commit
fc9b404
·
verified ·
1 Parent(s): 8b4a2fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def new_line(n=1):
101
 
102
  # Load Data
103
  st.cache_data()
104
- def load_data(upd_file
105
  # Read CSV or Excel file
106
  if file.name.endswith('.csv'):
107
  return pd.read_csv(file)
 
101
 
102
  # Load Data
103
  st.cache_data()
104
+ def load_data(upd_file):
105
  # Read CSV or Excel file
106
  if file.name.endswith('.csv'):
107
  return pd.read_csv(file)