ZENLLC commited on
Commit
95ae076
·
verified ·
1 Parent(s): faa8065

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ChronoSandbox++ — Training Arena") as demo:
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"