aliosha commited on
Commit
0685a97
1 Parent(s): 511ffb7

fixing typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def index():
66
 
67
 
68
  @app.route("/small", methods=['POST'])
69
- def index():
70
  if 'file' not in request.files:
71
  return "no file sent!"
72
  uploaded_file = request.files['file']
 
66
 
67
 
68
  @app.route("/small", methods=['POST'])
69
+ def small():
70
  if 'file' not in request.files:
71
  return "no file sent!"
72
  uploaded_file = request.files['file']