Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,11 +122,9 @@ def main():
|
|
122 |
|
123 |
with col3:
|
124 |
st.header("Check Your HIN Number")
|
125 |
-
# config = Config(height=400, width=400, nodeHighlightBehavior=True, highlightColor="#F7A7A6", directed=True,
|
126 |
-
collapsible=True)
|
127 |
|
128 |
|
129 |
-
|
130 |
if sensors: # Check if there are sensors to display
|
131 |
graph_store = TripleStore()
|
132 |
building_name = f"{data['buildings'][selected_index]['type']} ({selected_building_coords[0]}, {selected_building_coords[1]})"
|
|
|
122 |
|
123 |
with col3:
|
124 |
st.header("Check Your HIN Number")
|
125 |
+
# config = Config(height=400, width=400, nodeHighlightBehavior=True, highlightColor="#F7A7A6", directed=True, collapsible=True)
|
|
|
126 |
|
127 |
|
|
|
128 |
if sensors: # Check if there are sensors to display
|
129 |
graph_store = TripleStore()
|
130 |
building_name = f"{data['buildings'][selected_index]['type']} ({selected_building_coords[0]}, {selected_building_coords[1]})"
|