awacke1 commited on
Commit
ccbaa73
·
1 Parent(s): 7150039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def create_dataframe(file_path):
12
  return df, filters
13
 
14
  if __name__ == '__main__':
15
- file_path = 'path/to/csv/file.csv'
16
  df, filters = create_dataframe(file_path)
17
  print('Dataframe:')
18
  print(df)
 
12
  return df, filters
13
 
14
  if __name__ == '__main__':
15
+ file_path = 'Carddata.csv'
16
  df, filters = create_dataframe(file_path)
17
  print('Dataframe:')
18
  print(df)