Upload index.py
Browse files
index.py
CHANGED
@@ -6,6 +6,7 @@ import random
|
|
6 |
import os
|
7 |
|
8 |
# Load environment variables
|
|
|
9 |
API_URL = os.getenv("API_URL")
|
10 |
|
11 |
# Read content from text files
|
|
|
6 |
import os
|
7 |
|
8 |
# Load environment variables
|
9 |
+
|
10 |
API_URL = os.getenv("API_URL")
|
11 |
|
12 |
# Read content from text files
|