eaglelandsonce commited on
Commit
b6dfb48
·
verified ·
1 Parent(s): 7416154

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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]})"