Update app.py
Browse files
app.py
CHANGED
|
@@ -944,7 +944,7 @@ def grid_click_to_tile(evt: gr.SelectData, selected_tile: int, state: WorldState
|
|
| 944 |
# -----------------------------
|
| 945 |
# Gradio App
|
| 946 |
# -----------------------------
|
| 947 |
-
with gr.Blocks(title="
|
| 948 |
gr.Markdown(
|
| 949 |
"## ChronoSandbox++ — Instrumented Agent Training Arena\n"
|
| 950 |
"Track every interaction, train policies, and audit why outcomes happened.\n"
|
|
|
|
| 944 |
# -----------------------------
|
| 945 |
# Gradio App
|
| 946 |
# -----------------------------
|
| 947 |
+
with gr.Blocks(title="Agent POV") as demo:
|
| 948 |
gr.Markdown(
|
| 949 |
"## ChronoSandbox++ — Instrumented Agent Training Arena\n"
|
| 950 |
"Track every interaction, train policies, and audit why outcomes happened.\n"
|