Gonalb commited on
Commit
7764bd0
·
1 Parent(s): d119a92
Files changed (1) hide show
  1. app.py +1 -1
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
  """