Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
|
|
117 |
# MongoDB's Vector Restaurant planner
|
118 |
Start typing below to see the results. You can search a specific cuisine for you and choose 3 predefined locations.
|
119 |
|
120 |
-
The radius specify the distance from the start search location.
|
121 |
""")
|
122 |
|
123 |
# Create the interface
|
|
|
117 |
# MongoDB's Vector Restaurant planner
|
118 |
Start typing below to see the results. You can search a specific cuisine for you and choose 3 predefined locations.
|
119 |
|
120 |
+
The radius specify the distance from the start search location. This space uses the dataset called [whatscooking.restaurants](https://huggingface.co/datasets/AIatMongoDB/whatscooking.restaurants)
|
121 |
""")
|
122 |
|
123 |
# Create the interface
|