llepogam commited on
Commit
2655401
·
1 Parent(s): e8a197f

updated number

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ if df is not None:
172
  3. **A buffer of 30-60 minutes between rentals appears sufficient to minimize scheduling conflicts**:
173
  - Given the current rental frequency, aggressive time optimization does not appear necessary
174
  - Most delays are less than 1 hour, and this buffer would prevent most potential issues
175
- - Approximately 4% of reservations would be affected by implementing this threshold
176
  """)
177
 
178
  # Tab 1: General Analysis
 
172
  3. **A buffer of 30-60 minutes between rentals appears sufficient to minimize scheduling conflicts**:
173
  - Given the current rental frequency, aggressive time optimization does not appear necessary
174
  - Most delays are less than 1 hour, and this buffer would prevent most potential issues
175
+ - Approximately 2% of reservations would be affected by implementing this threshold
176
  """)
177
 
178
  # Tab 1: General Analysis