Spaces:
Running
Running
Bintang Fajar Julio
commited on
Commit
·
a1b428e
1
Parent(s):
92621bb
doc
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from flask_login import current_user
|
|
9 |
from inference_config import Inference
|
10 |
|
11 |
|
12 |
-
locale.setlocale(locale.LC_TIME, 'id_ID')
|
13 |
load_dotenv(override=True)
|
14 |
|
15 |
app = Flask(__name__, static_folder='static', template_folder='templates')
|
|
|
9 |
from inference_config import Inference
|
10 |
|
11 |
|
12 |
+
# locale.setlocale(locale.LC_TIME, 'id_ID')
|
13 |
load_dotenv(override=True)
|
14 |
|
15 |
app = Flask(__name__, static_folder='static', template_folder='templates')
|