Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ with gr.Blocks(title="RFT Agent Simulation Engine — Premium") as iface:
|
|
| 53 |
gr.Markdown("# 🔥 RFT Agent Simulation Engine — Premium Edition")
|
| 54 |
gr.Markdown("Full‑power simulation engine with extended limits, advanced controls, and unrestricted exports.")
|
| 55 |
|
| 56 |
-
with gr.
|
| 57 |
gr.Markdown("### Premium Simulation Controls")
|
| 58 |
|
| 59 |
num_agents = gr.Slider(1, 200, value=10, step=1, label="Number of Agents (Premium)")
|
|
@@ -79,6 +79,7 @@ with gr.Blocks(title="RFT Agent Simulation Engine — Premium") as iface:
|
|
| 79 |
outputs=outputs
|
| 80 |
)
|
| 81 |
|
|
|
|
| 82 |
# -----------------------------
|
| 83 |
# Launch Logic
|
| 84 |
# -----------------------------
|
|
|
|
| 53 |
gr.Markdown("# 🔥 RFT Agent Simulation Engine — Premium Edition")
|
| 54 |
gr.Markdown("Full‑power simulation engine with extended limits, advanced controls, and unrestricted exports.")
|
| 55 |
|
| 56 |
+
with gr.Group():
|
| 57 |
gr.Markdown("### Premium Simulation Controls")
|
| 58 |
|
| 59 |
num_agents = gr.Slider(1, 200, value=10, step=1, label="Number of Agents (Premium)")
|
|
|
|
| 79 |
outputs=outputs
|
| 80 |
)
|
| 81 |
|
| 82 |
+
|
| 83 |
# -----------------------------
|
| 84 |
# Launch Logic
|
| 85 |
# -----------------------------
|