John Walley commited on
Commit
e7d8560
ยท
1 Parent(s): cf66efe

Update not found message.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def generate_inspection_map(lat, lon):
79
 
80
  if inspection_data.empty:
81
  return px.scatter_mapbox(
82
- title="No Inspection Data Found",
83
  lat=[],
84
  lon=[],
85
  )
 
79
 
80
  if inspection_data.empty:
81
  return px.scatter_mapbox(
82
+ title="No Inspection Data Found. Are you near Austin, TX restaurants?",
83
  lat=[],
84
  lon=[],
85
  )