RFTSystems commited on
Commit
105b3fb
·
verified ·
1 Parent(s): 280ca18

Update app.py

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