Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
#
|
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;
|