Spaces:
Runtime error
Runtime error
random
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from tqdm.asyncio import tqdm
|
|
18 |
# GLOBAL SCOPE - ENTIRE APPLICATION HAS ACCESS TO VALUES SET IN THIS SCOPE #
|
19 |
# ---- ENV VARIABLES ---- #
|
20 |
"""
|
21 |
-
This function will load our environment file (.env) if it is present
|
22 |
|
23 |
NOTE: Make sure that .env is in your .gitignore file - it is by default, but please ensure it remains there.
|
24 |
"""
|
|
|
18 |
# GLOBAL SCOPE - ENTIRE APPLICATION HAS ACCESS TO VALUES SET IN THIS SCOPE #
|
19 |
# ---- ENV VARIABLES ---- #
|
20 |
"""
|
21 |
+
This function will load our environment file (.env) if it is present.!
|
22 |
|
23 |
NOTE: Make sure that .env is in your .gitignore file - it is by default, but please ensure it remains there.
|
24 |
"""
|