Spaces:
Runtime error
Runtime error
alvi15tooba
commited on
Commit
•
6341852
1
Parent(s):
52842ea
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def hotel_info(query, pprint=True):
|
|
74 |
|
75 |
return resultlist
|
76 |
def search_ares(query):
|
77 |
-
x_api_key="
|
78 |
url = "https://api-ares.traversaal.ai/live/predict"
|
79 |
payload = {"query": [query]}
|
80 |
headers = {
|
|
|
74 |
|
75 |
return resultlist
|
76 |
def search_ares(query):
|
77 |
+
x_api_key=os.getenv("x_api_key")
|
78 |
url = "https://api-ares.traversaal.ai/live/predict"
|
79 |
payload = {"query": [query]}
|
80 |
headers = {
|