Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
templates/flask
Arafath10
/
flask
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arafath10
commited on
May 13, 2024
Commit
0c69416
·
verified
·
1 Parent(s):
e08ffbf
Update config.py
Browse files
Files changed (1)
hide
show
config.py
+1
-1
config.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import os
2
class Config(object):
3
-
DEBUG =
True
4
TESTING = False
5
6
class DevelopmentConfig(Config):
1
import os
2
class Config(object):
3
+
DEBUG =
False
4
TESTING = False
5
6
class DevelopmentConfig(Config):