Vikas01 commited on
Commit
2a3aeec
·
1 Parent(s): fdfac8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ if img_file_buffer is not None:
67
 
68
  # Check if the CSV file exists
69
  file_path = os.path.join("data", "data.csv")
70
-
71
  if os.path.exists(file_path):
72
  # Append new data to existing CSV file
73
  existing_df = pd.read_csv(file_path)
 
67
 
68
  # Check if the CSV file exists
69
  file_path = os.path.join("data", "data.csv")
 
70
  if os.path.exists(file_path):
71
  # Append new data to existing CSV file
72
  existing_df = pd.read_csv(file_path)