Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def upload_and_process():
|
|
| 78 |
flash('File uploaded and data processed successfully.')
|
| 79 |
return jsonify({
|
| 80 |
'Data': [parsed_data],
|
| 81 |
-
'process_file': f"https://webashalarforml-resumeextractor3.hf.space/{
|
| 82 |
'success': True,
|
| 83 |
'message': 'Data processed and analyzed successfully'
|
| 84 |
})
|
|
|
|
| 78 |
flash('File uploaded and data processed successfully.')
|
| 79 |
return jsonify({
|
| 80 |
'Data': [parsed_data],
|
| 81 |
+
'process_file': f"https://webashalarforml-resumeextractor3.hf.space/{file_path}",
|
| 82 |
'success': True,
|
| 83 |
'message': 'Data processed and analyzed successfully'
|
| 84 |
})
|