Vikas01 commited on
Commit
fdfac8a
·
1 Parent(s): 4fe620d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ 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
  if os.path.exists(file_path):
71
  # Append new data to existing CSV file
72
  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
+
71
  if os.path.exists(file_path):
72
  # Append new data to existing CSV file
73
  existing_df = pd.read_csv(file_path)