Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ class BoundaryManager:
|
|
| 49 |
"""Create clear execution boundary indicator"""
|
| 50 |
if is_simulated:
|
| 51 |
return f"""
|
| 52 |
-
<div style="border: 3px dashed #f59e0b; border-radius: 16px; padding: 25px;
|
| 53 |
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
|
| 54 |
text-align: center; margin: 20px 0;">
|
| 55 |
<div style="font-size: 36px; margin-bottom: 15px;">🎭</div>
|
|
|
|
| 49 |
"""Create clear execution boundary indicator"""
|
| 50 |
if is_simulated:
|
| 51 |
return f"""
|
| 52 |
+
<div style="border: 3px dashed #f59e0b; border-radius: 16px; padding: 25px;">
|
| 53 |
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
|
| 54 |
text-align: center; margin: 20px 0;">
|
| 55 |
<div style="font-size: 36px; margin-bottom: 15px;">🎭</div>
|