Spaces:
Sleeping
Sleeping
Commit
·
b3585ba
1
Parent(s):
905c230
v2.3
Browse files
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
|
| 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"):
|