Update ui/components.py
Browse files- ui/components.py +2 -3
ui/components.py
CHANGED
|
@@ -361,12 +361,11 @@ def create_tab1_incident_demo(scenarios=INCIDENT_SCENARIOS, default_scenario="Ca
|
|
| 361 |
</div>
|
| 362 |
""")
|
| 363 |
|
| 364 |
-
# Demo Actions
|
| 365 |
demo_btn = gr.Button(
|
| 366 |
"▶️ Run Complete Demo Walkthrough",
|
| 367 |
variant="secondary",
|
| 368 |
-
size="lg"
|
| 369 |
-
full_width=True
|
| 370 |
)
|
| 371 |
demo_info = gr.Markdown("*Experience the full ARF workflow from detection to resolution*",
|
| 372 |
elem_classes="demo-info")
|
|
|
|
| 361 |
</div>
|
| 362 |
""")
|
| 363 |
|
| 364 |
+
# Demo Actions - FIXED: removed 'full_width' parameter
|
| 365 |
demo_btn = gr.Button(
|
| 366 |
"▶️ Run Complete Demo Walkthrough",
|
| 367 |
variant="secondary",
|
| 368 |
+
size="lg"
|
|
|
|
| 369 |
)
|
| 370 |
demo_info = gr.Markdown("*Experience the full ARF workflow from detection to resolution*",
|
| 371 |
elem_classes="demo-info")
|