neuralworm commited on
Commit
b3585ba
·
1 Parent(s): 905c230
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def run_auto_suite_display(model_id, num_steps, seed, experiment_name, progress=
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"):
 
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"):