alan
commited on
Commit
·
38f1fa4
1
Parent(s):
46e0b73
update
Browse files
app.py
CHANGED
@@ -78,15 +78,15 @@ def generate_ablation_design(
|
|
78 |
return f"⚠️ **OpenAI error:** {e}"
|
79 |
|
80 |
# ----------------------- UI LAYOUT ----------------------- #
|
81 |
-
with gr.Blocks(title="Ablation Study Designer") as demo:
|
82 |
# Main two‑column layout.
|
83 |
with gr.Row():
|
84 |
# ---------- LEFT COLUMN: INPUTS ----------
|
85 |
with gr.Column(scale=1):
|
86 |
gr.Markdown(
|
87 |
"""
|
88 |
-
# 🧪 Ablation Study Designer
|
89 |
-
Fill in the study details below, then click **Generate** to receive a tailored ablation‑study design rendered in Markdown.
|
90 |
""",
|
91 |
elem_id="header",
|
92 |
)
|
|
|
78 |
return f"⚠️ **OpenAI error:** {e}"
|
79 |
|
80 |
# ----------------------- UI LAYOUT ----------------------- #
|
81 |
+
with gr.Blocks(title="AbGen: Ablation Study Designer") as demo:
|
82 |
# Main two‑column layout.
|
83 |
with gr.Row():
|
84 |
# ---------- LEFT COLUMN: INPUTS ----------
|
85 |
with gr.Column(scale=1):
|
86 |
gr.Markdown(
|
87 |
"""
|
88 |
+
# 🧪 AbGen: Ablation Study Designer
|
89 |
+
This is a demo for our paper "AbGen". Fill in the study details below, then click **Generate** to receive a tailored ablation‑study design rendered in Markdown.
|
90 |
""",
|
91 |
elem_id="header",
|
92 |
)
|