Spaces:
Sleeping
Sleeping
Update interface.py
Browse files- interface.py +2 -2
interface.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
| 135 |
|
| 136 |
# Simulation Tab
|
| 137 |
with gr.Tab("Simulate Agent"):
|
| 138 |
-
|
| 139 |
agent_id = gr.Dropdown(["Agent_5","Agent_7","Agent_1032"], label="Agent ID")
|
| 140 |
collapse_torque = gr.Dropdown(["Gen6508_M5","Gen26_M23"], label="Collapse Torque Overlay")
|
| 141 |
emotional_resonance = gr.Checkbox(label="Inject Emotional Resonance")
|
|
@@ -145,7 +145,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
| 145 |
with gr.Row():
|
| 146 |
phi_i = gr.HTML(label="Φᵢ Awareness Field")
|
| 147 |
k_ij = gr.HTML(label="Kᵢⱼ Correlation Kernel")
|
| 148 |
-
|
| 149 |
phi_col = gr.HTML(label="Φ_col Coherence Field")
|
| 150 |
waveform = gr.HTML(label="Collapse Torque Waveform")
|
| 151 |
|
|
|
|
| 135 |
|
| 136 |
# Simulation Tab
|
| 137 |
with gr.Tab("Simulate Agent"):
|
| 138 |
+
with gr.Row():
|
| 139 |
agent_id = gr.Dropdown(["Agent_5","Agent_7","Agent_1032"], label="Agent ID")
|
| 140 |
collapse_torque = gr.Dropdown(["Gen6508_M5","Gen26_M23"], label="Collapse Torque Overlay")
|
| 141 |
emotional_resonance = gr.Checkbox(label="Inject Emotional Resonance")
|
|
|
|
| 145 |
with gr.Row():
|
| 146 |
phi_i = gr.HTML(label="Φᵢ Awareness Field")
|
| 147 |
k_ij = gr.HTML(label="Kᵢⱼ Correlation Kernel")
|
| 148 |
+
with gr.Row():
|
| 149 |
phi_col = gr.HTML(label="Φ_col Coherence Field")
|
| 150 |
waveform = gr.HTML(label="Collapse Torque Waveform")
|
| 151 |
|