jkorstad commited on
Commit
4ae0359
·
verified ·
1 Parent(s): 8bb8bca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -144,9 +144,7 @@ def search_spaces(search_text="", category="All Categories", offset=0, limit=100
144
  <div style='display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 10px;'>
145
  """
146
 
147
- # Only show the spaces from offset to offset + page_size
148
- # TEMP COMMENTING OUT, IF BROKEN UNCOMMENT* visible_spaces = spaces.iloc[offset:offset + page_size]
149
- # Changed page_size to limit here
150
  for _, row in spaces.iterrows():
151
  html_content += f"""
152
  <div style='padding: 15px;
 
144
  <div style='display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 10px;'>
145
  """
146
 
147
+ # Changed page_size to limit here
 
 
148
  for _, row in spaces.iterrows():
149
  html_content += f"""
150
  <div style='padding: 15px;