Marthee commited on
Commit
671f05e
·
verified ·
1 Parent(s): 2254b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def process():
21
 
22
  print('In process [Try]')
23
  data = request.form
24
- print('here')
25
  key1 = data.get('filePath')
26
  print('kk',key1)
27
  data = request.get_json() # Correct method to get JSON data
 
21
 
22
  print('In process [Try]')
23
  data = request.form
24
+ print('here',data)
25
  key1 = data.get('filePath')
26
  print('kk',key1)
27
  data = request.get_json() # Correct method to get JSON data