WebashalarForML commited on
Commit
b325658
1 Parent(s): cc87e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)