Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,6 @@ def allowed_file(filename):
|
|
| 30 |
|
| 31 |
@app.route('/')
|
| 32 |
def index():
|
| 33 |
-
session.clear()
|
| 34 |
"""Display the index page with the uploaded file information."""
|
| 35 |
uploaded_file = session.get('uploaded_file', None)
|
| 36 |
return render_template('index.html', uploaded_file=uploaded_file)
|
|
|
|
| 30 |
|
| 31 |
@app.route('/')
|
| 32 |
def index():
|
|
|
|
| 33 |
"""Display the index page with the uploaded file information."""
|
| 34 |
uploaded_file = session.get('uploaded_file', None)
|
| 35 |
return render_template('index.html', uploaded_file=uploaded_file)
|