updated number
Browse files
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
|
| 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
|