eaglelandsonce commited on
Commit
7de0917
1 Parent(s): c09ff88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def main():
46
 
47
  # Load and display the data
48
  data = load_data('grid.json') # Make sure to adjust the path if necessary
49
- st.json(data)
50
 
51
  # Drawing and displaying the grid layout
52
  fig = draw_grid(data)
 
46
 
47
  # Load and display the data
48
  data = load_data('grid.json') # Make sure to adjust the path if necessary
49
+ # st.json(data)
50
 
51
  # Drawing and displaying the grid layout
52
  fig = draw_grid(data)