WebashalarForML commited on
Commit
35c08cc
·
verified ·
1 Parent(s): 017b3e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -44,14 +44,6 @@ file_path = os.path.join(app.config['DATA_FOLDER'], 'resume_text.txt')
44
  with open(file_path, 'w') as file:
45
  pass
46
 
47
- file_path = os.path.join(app.config['DATA_FOLDER'], 'Json_Data.json')
48
- with open(file_path, 'w') as file:
49
- pass
50
-
51
- file_path = os.path.join(app.config['DATA_FOLDER'], 'Spacy_data.spacy')
52
- with open(file_path, 'w') as file:
53
- pass
54
-
55
  # Allowed file extensions
56
  ALLOWED_EXTENSIONS = {'pdf', 'docx', 'rsf', 'odt', 'png', 'jpg', 'jpeg', 'json'}
57
 
 
44
  with open(file_path, 'w') as file:
45
  pass
46
 
 
 
 
 
 
 
 
 
47
  # Allowed file extensions
48
  ALLOWED_EXTENSIONS = {'pdf', 'docx', 'rsf', 'odt', 'png', 'jpg', 'jpeg', 'json'}
49