Marthee commited on
Commit
eb3c8a9
·
verified ·
1 Parent(s): 885dc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ app.config["SESSION_PERMANENT"] = False
50
  app.config["SESSION_FILE_DIR"] = "/tmp" # Use Hugging Face's temporary directory
51
  app.secret_key = "your_secret_key" # Replace with a secure key
52
 
53
- Session(app) # Initialize Flask-Session
54
 
55
 
56
  prjnamesURL= 'https://docs.google.com/spreadsheets/d/1nsIgi9o9VSBKQlNxbxihPzG_N7s4um0eNVfgL4gaGPc/export?format=csv&gid=0'
 
50
  app.config["SESSION_FILE_DIR"] = "/tmp" # Use Hugging Face's temporary directory
51
  app.secret_key = "your_secret_key" # Replace with a secure key
52
 
53
+ session(app) # Initialize Flask-Session
54
 
55
 
56
  prjnamesURL= 'https://docs.google.com/spreadsheets/d/1nsIgi9o9VSBKQlNxbxihPzG_N7s4um0eNVfgL4gaGPc/export?format=csv&gid=0'