Spaces:
Paused
Paused
Clément Simon
commited on
Commit
•
b664be2
1
Parent(s):
50891a6
fix: production = True
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def create_env_file():
|
|
34 |
f.write(f"{secret}={secret_value}\n")
|
35 |
|
36 |
# Hugging face space secret retrieval:
|
37 |
-
production =
|
38 |
if production:
|
39 |
create_env_file()
|
40 |
|
|
|
34 |
f.write(f"{secret}={secret_value}\n")
|
35 |
|
36 |
# Hugging face space secret retrieval:
|
37 |
+
production = True
|
38 |
if production:
|
39 |
create_env_file()
|
40 |
|