ric9176 commited on
Commit
dc0bc1e
·
1 Parent(s): 9b6348a
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,8 +15,7 @@ from tqdm.asyncio import tqdm_asyncio
15
  import asyncio
16
  from tqdm.asyncio import tqdm
17
 
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
 
 
15
  import asyncio
16
  from tqdm.asyncio import tqdm
17
 
18
+
 
19
  """
20
  This function will load our environment file (.env) if it is present.
21