Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|