Spaces:
Sleeping
Sleeping
Nimesh Desai commited on
Commit ·
18f52c9
1
Parent(s): 11d2671
Updated description
Browse files
app.py
CHANGED
|
@@ -60,13 +60,17 @@ def handle_button(topic, state, button_label):
|
|
| 60 |
|
| 61 |
with gr.Blocks() as app:
|
| 62 |
gr.Markdown("# 🧠 Leadership Calibration Debate Engine")
|
| 63 |
-
gr.Markdown(
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
topic_input = gr.TextArea(
|
| 72 |
label="Debate Topic",
|
|
|
|
| 60 |
|
| 61 |
with gr.Blocks() as app:
|
| 62 |
gr.Markdown("# 🧠 Leadership Calibration Debate Engine")
|
| 63 |
+
gr.Markdown(
|
| 64 |
+
"Leadership Calibration Debate Engine lets you explore decisions from two key "
|
| 65 |
+
"engineering leadership perspectives.\n\n"
|
| 66 |
+
"Enter any topic and watch two AI personas debate it:\n\n"
|
| 67 |
+
"Technical Architect – focuses on system design, scalability, reliability, "
|
| 68 |
+
"and long-term technical impact.\n\n"
|
| 69 |
+
"Engineering Manager – focuses on team productivity, collaboration, delivery, "
|
| 70 |
+
"and people considerations.\n\n"
|
| 71 |
+
"The agents analyze the topic, challenge each other's viewpoints, and produce "
|
| 72 |
+
"a balanced final conclusion that reflects both technical and human factors."
|
| 73 |
+
)
|
| 74 |
|
| 75 |
topic_input = gr.TextArea(
|
| 76 |
label="Debate Topic",
|