alvi15tooba commited on
Commit
6341852
1 Parent(s): 52842ea

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ares_e77b47e2754d39b9989a83584d6c528a1980e42ea1f4827eb2584d5b4ee30ccc"
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 = {