Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|