eaglelandsonce commited on
Commit
f78a66a
1 Parent(s): 800ba7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def draw_grid(data):
87
 
88
 
89
  # Reverse the y-axis numbers
90
- ax.invert_yaxis()
91
  # Setting labels and title
92
  ax.set_xlabel('Columns')
93
  ax.set_ylabel('Rows')
 
87
 
88
 
89
  # Reverse the y-axis numbers
90
+ # ax.invert_yaxis()
91
  # Setting labels and title
92
  ax.set_xlabel('Columns')
93
  ax.set_ylabel('Rows')