Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ import requests
|
|
8 |
import os
|
9 |
|
10 |
# Define environment variables
|
11 |
-
API_URL = os.getenv("API_URL", "
|
12 |
-
API_TOKEN = os.getenv("API_TOKEN", "
|
13 |
|
14 |
class ChatBot:
|
15 |
def __init__(self):
|
|
|
8 |
import os
|
9 |
|
10 |
# Define environment variables
|
11 |
+
API_URL = os.getenv("API_URL", "http://ec2-54-166-81-166.compute-1.amazonaws.com:3000/api/v1/prediction/117a5076-c05e-4208-91d9-d0e772bf981e")
|
12 |
+
API_TOKEN = os.getenv("API_TOKEN", "Bearer 0Ouk5cgljCYuuF3LDfBkIAcuqj9hgWaaK5qRCLfbfrg=")
|
13 |
|
14 |
class ChatBot:
|
15 |
def __init__(self):
|