WebashalarForML commited on
Commit
dc52918
·
verified ·
1 Parent(s): 9bb0f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/{processed_Img}",
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
  })