Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,8 @@ def get_restaurants(search, location, meters):
|
|
| 21 |
return None, None, None, None
|
| 22 |
|
| 23 |
try:
|
| 24 |
-
|
|
|
|
| 25 |
|
| 26 |
response = openai_client.embeddings.create(
|
| 27 |
input=search,
|
|
|
|
| 21 |
return None, None, None, None
|
| 22 |
|
| 23 |
try:
|
| 24 |
+
with st.status("Geo search data..."):
|
| 25 |
+
newTrip, pre_agg = pre_aggregate_meters(restaurants_collection, location, meters)
|
| 26 |
|
| 27 |
response = openai_client.embeddings.create(
|
| 28 |
input=search,
|