Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,7 @@ def allowed_file(filename):
|
|
52 |
|
53 |
@app.route('/')
|
54 |
def index():
|
55 |
-
|
56 |
-
return render_template('upload.html',uploaded_file)
|
57 |
|
58 |
@app.route('/guide')
|
59 |
def guide():
|
|
|
52 |
|
53 |
@app.route('/')
|
54 |
def index():
|
55 |
+
return render_template('upload.html')
|
|
|
56 |
|
57 |
@app.route('/guide')
|
58 |
def guide():
|