WebashalarForML commited on
Commit
6d6605c
·
verified ·
1 Parent(s): 1fc8afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ def upload_file():
95
  print("Folder not got it......................")
96
  try:
97
  file.save(file_path)
98
- flash('File uploaded successfully', 'success')
99
  except Exception as e:
100
- flash(f"Error saving file: {str(e)}", 'error')
101
  return render_template('upload.html')
102
 
103
  # Handle non-JSON files
 
95
  print("Folder not got it......................")
96
  try:
97
  file.save(file_path)
98
+ print('File uploaded successfully', 'success')
99
  except Exception as e:
100
+ print(f"Error saving file: {str(e)}", 'error')
101
  return render_template('upload.html')
102
 
103
  # Handle non-JSON files