imseldrith commited on
Commit
ccce2f0
1 Parent(s): 8a6c13a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ if not opts['run_local']:
33
  import Algorithmia
34
 
35
  app = Flask(__name__)
 
36
  if opts['colab-mode']:
37
  run_with_ngrok(app) #starts ngrok when the app is run
38
 
 
33
  import Algorithmia
34
 
35
  app = Flask(__name__)
36
+ app.secret_key="imseldrith"
37
  if opts['colab-mode']:
38
  run_with_ngrok(app) #starts ngrok when the app is run
39