neuralworm commited on
Commit
905c230
·
1 Parent(s): 8489475
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ def run_auto_suite_display(model_id, num_steps, seed, experiment_name, progress=
49
  cleanup_memory()
50
  return pd.DataFrame(), pd.DataFrame(), f"### ❌ Auto-Experiment Failed\n```\n{traceback.format_exc()}\n```"
51
 
52
- with gr.Blocks(theme=theme, title="Cognitive Seismograph 2.2") as demo:
53
- gr.Markdown("# 🧠 Cognitive Seismograph 2.2: Advanced Experiment Suite")
54
 
55
  with gr.Tabs():
56
  with gr.TabItem("🔬 Manual Single Run"):
 
49
  cleanup_memory()
50
  return pd.DataFrame(), pd.DataFrame(), f"### ❌ Auto-Experiment Failed\n```\n{traceback.format_exc()}\n```"
51
 
52
+ with gr.Blocks(theme=theme, title="Cognitive Seismograph 2.3") as demo:
53
+ gr.Markdown("# 🧠 Cognitive Seismograph 2.3 (Machine Psychology)")
54
 
55
  with gr.Tabs():
56
  with gr.TabItem("🔬 Manual Single Run"):