Update ui/components.py
Browse files- ui/components.py +0 -3
ui/components.py
CHANGED
|
@@ -61,9 +61,6 @@ def create_status_bar() -> gr.HTML:
|
|
| 61 |
<span style="padding: 8px 16px; background: #3b82f6; color: white; border-radius: 8px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; border: 1px solid #3b82f6;">
|
| 62 |
🏢 Enterprise Edition
|
| 63 |
</span>
|
| 64 |
-
<span style="padding: 8px 16px; background: #f59e0b; color: white; border-radius: 8px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; border: 1px solid #f59e0b;">
|
| 65 |
-
📈 ROI: 5.2×
|
| 66 |
-
</span>
|
| 67 |
</div>
|
| 68 |
""")
|
| 69 |
|
|
|
|
| 61 |
<span style="padding: 8px 16px; background: #3b82f6; color: white; border-radius: 8px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; border: 1px solid #3b82f6;">
|
| 62 |
🏢 Enterprise Edition
|
| 63 |
</span>
|
|
|
|
|
|
|
|
|
|
| 64 |
</div>
|
| 65 |
""")
|
| 66 |
|