Spaces:
Sleeping
Sleeping
Gordon Li
commited on
Commit
·
79bf69f
1
Parent(s):
6582d09
rename
Browse files- app.py +1 -1
- visualiser/hkust_bnb_visualiser.py +1 -1
app.py
CHANGED
@@ -78,7 +78,7 @@ def main():
|
|
78 |
page_title="HKUST BNB+ | Platform for BNB Matching for HKUST PG Student",
|
79 |
initial_sidebar_state="expanded"
|
80 |
)
|
81 |
-
load_css('style.css')
|
82 |
if 'center_lat' not in st.session_state:
|
83 |
st.session_state.center_lat = None
|
84 |
if 'center_lng' not in st.session_state:
|
|
|
78 |
page_title="HKUST BNB+ | Platform for BNB Matching for HKUST PG Student",
|
79 |
initial_sidebar_state="expanded"
|
80 |
)
|
81 |
+
load_css('css/style.css')
|
82 |
if 'center_lat' not in st.session_state:
|
83 |
st.session_state.center_lat = None
|
84 |
if 'center_lng' not in st.session_state:
|
visualiser/hkust_bnb_visualiser.py
CHANGED
@@ -6,7 +6,7 @@ from sentence_transformers import SentenceTransformer, util
|
|
6 |
from geopy.distance import geodesic
|
7 |
import logging
|
8 |
|
9 |
-
from td_traffic_spot_visualiser import TrafficSpotManager
|
10 |
from constant.hkust_bnb_constant import (
|
11 |
GET_ALL_NEIGHBORHOODS,
|
12 |
GET_NEIGHBORHOOD_LISTINGS,
|
|
|
6 |
from geopy.distance import geodesic
|
7 |
import logging
|
8 |
|
9 |
+
from visualiser.td_traffic_spot_visualiser import TrafficSpotManager
|
10 |
from constant.hkust_bnb_constant import (
|
11 |
GET_ALL_NEIGHBORHOODS,
|
12 |
GET_NEIGHBORHOOD_LISTINGS,
|