Nimesh Desai commited on
Commit
18f52c9
·
1 Parent(s): 11d2671

Updated description

Browse files
Files changed (1) hide show
  1. app.py +11 -7
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("""Enter any topic and watch two Leadership personas (Technical
64
- Architect and Engineering Manager) debate and come up with final
65
- conclusion. \n\n
66
- The Technical Architect is responsible for the technical aspects of the
67
- project. \n\n
68
- The Engineering Manager is responsible for the people aspects of the
69
- project.""")
 
 
 
 
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",