Spaces:
Sleeping
Sleeping
Update app.py
Browse filesprivate key testing
app.py
CHANGED
@@ -22,7 +22,8 @@ LANGUAGE_MAP = {
|
|
22 |
DEVELOPER_PASSWORD = os.getenv("DEV_PWD")
|
23 |
|
24 |
# Add this constant for the RapidAPI key
|
25 |
-
RAPID_API_KEY = os.getenv("RAPID_API_KEY")
|
|
|
26 |
|
27 |
# Add this constant for available speakers
|
28 |
AVAILABLE_SPEAKERS = {
|
|
|
22 |
DEVELOPER_PASSWORD = os.getenv("DEV_PWD")
|
23 |
|
24 |
# Add this constant for the RapidAPI key
|
25 |
+
#RAPID_API_KEY = os.getenv("RAPID_API_KEY")
|
26 |
+
RAPID_API_KEY = bad61cdec4mshb52531f37dc4812p1509e3jsn699b19da2766
|
27 |
|
28 |
# Add this constant for available speakers
|
29 |
AVAILABLE_SPEAKERS = {
|