luulinh90s commited on
Commit
c87e2f5
·
1 Parent(s): 28d5c7f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
17
 
18
  app = Flask(__name__)
19
  app.config['SECRET_KEY'] = 'supersecretkey' # Change this to a random secret key
20
- app.config['SESSION_TYPE'] = 'filesystem'
21
  Session(app)
22
 
23
  # Directories for visualizations
 
17
 
18
  app = Flask(__name__)
19
  app.config['SECRET_KEY'] = 'supersecretkey' # Change this to a random secret key
20
+ # app.config['SESSION_TYPE'] = 'filesystem'
21
  Session(app)
22
 
23
  # Directories for visualizations