Spaces:
Sleeping
Sleeping
fix: Gradio v3 compatibility + requirements pin
Browse files
app.py
CHANGED
|
@@ -535,11 +535,7 @@ button.secondary {
|
|
| 535 |
def build_ui():
|
| 536 |
with gr.Blocks(
|
| 537 |
css=BERYL_CSS,
|
| 538 |
-
title="Nobility v1 — Beryl AI Labs"
|
| 539 |
-
theme=gr.themes.Base(
|
| 540 |
-
primary_hue="green",
|
| 541 |
-
neutral_hue="stone",
|
| 542 |
-
)
|
| 543 |
) as demo:
|
| 544 |
|
| 545 |
# ── State ────────────────────────────────────────────────────────────
|
|
@@ -618,8 +614,8 @@ def build_ui():
|
|
| 618 |
)
|
| 619 |
|
| 620 |
with gr.Row():
|
| 621 |
-
submit_btn = gr.Button("RUN PIPELINE", variant="primary"
|
| 622 |
-
clear_btn = gr.Button("CLEAR"
|
| 623 |
|
| 624 |
gr.HTML('<div class="section-label" style="margin-top:8px;">Amanda Response — Layer 1 Brain</div>')
|
| 625 |
|
|
|
|
| 535 |
def build_ui():
|
| 536 |
with gr.Blocks(
|
| 537 |
css=BERYL_CSS,
|
| 538 |
+
title="Nobility v1 — Beryl AI Labs"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 539 |
) as demo:
|
| 540 |
|
| 541 |
# ── State ────────────────────────────────────────────────────────────
|
|
|
|
| 614 |
)
|
| 615 |
|
| 616 |
with gr.Row():
|
| 617 |
+
submit_btn = gr.Button("RUN PIPELINE", variant="primary")
|
| 618 |
+
clear_btn = gr.Button("CLEAR")
|
| 619 |
|
| 620 |
gr.HTML('<div class="section-label" style="margin-top:8px;">Amanda Response — Layer 1 Brain</div>')
|
| 621 |
|