petter2025 commited on
Commit
b21779e
·
verified ·
1 Parent(s): 3b2a099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>