awacke1 commited on
Commit
921d551
1 Parent(s): 1b974dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def create_dataframe(file_path):
13
  return df, filters
14
 
15
  if __name__ == '__main__':
16
- file_path = 'path/to/csv/file.csv'
17
  df, filters = create_dataframe(file_path)
18
 
19
  # Use Streamlit to display the dataframe and filters
 
13
  return df, filters
14
 
15
  if __name__ == '__main__':
16
+ file_path = 'Carddata.csv'
17
  df, filters = create_dataframe(file_path)
18
 
19
  # Use Streamlit to display the dataframe and filters