gnumanth commited on
Commit
443cb63
·
verified ·
1 Parent(s): e0698de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def save_uploaded_file(uploaded_file):
34
  with open(temp_filename, 'wb') as f:
35
  f.write(file_object.read())
36
 
37
- print("****",filename, temp_filename)
38
 
39
  return temp_filename
40
 
 
34
  with open(temp_filename, 'wb') as f:
35
  f.write(file_object.read())
36
 
37
+ print("****",filename, temp_filename)
38
 
39
  return temp_filename
40