mackenzietechdocs commited on
Commit
3cf175b
·
1 Parent(s): 98fd335

adding ui changes

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -994,8 +994,7 @@ with gr.Blocks(title="HealixPath - AI Persona Storytelling", css=CUSTOM_CSS) as
994
  """
995
  <div class="card-container" style="margin-bottom: 26px;">
996
  <p style="margin: 0; color: var(--text-dim); font-size: 15px; line-height: 1.6;">
997
- Keep the green glow while giving every output room to breathe. Choose a persona or add your own,
998
- then craft structured narratives that stay readable and high-contrast.
999
  </p>
1000
  </div>
1001
  """
@@ -1003,10 +1002,10 @@ with gr.Blocks(title="HealixPath - AI Persona Storytelling", css=CUSTOM_CSS) as
1003
 
1004
  with gr.Tabs():
1005
  # Tab 0: Persona Browser (NEW!)
1006
- with gr.Tab("🔍 Persona Browser"):
1007
  gr.Markdown("""
1008
  ### Discover & Search Personas
1009
- **New Feature:** Browse all 30 personas and filter by multiple criteria
1010
  """)
1011
 
1012
  with gr.Row():
@@ -1040,10 +1039,10 @@ with gr.Blocks(title="HealixPath - AI Persona Storytelling", css=CUSTOM_CSS) as
1040
  )
1041
 
1042
  # Tab 1: Generate Personas (NEW!)
1043
- with gr.Tab("Generate Personas"):
1044
  gr.Markdown("""
1045
  ### AI-Powered Persona Generator
1046
- **New Feature:** Generate random, realistic personas based on any description
1047
 
1048
  Examples:
1049
  - "people who love to cook but never have time to in their 20-30s"
 
994
  """
995
  <div class="card-container" style="margin-bottom: 26px;">
996
  <p style="margin: 0; color: var(--text-dim); font-size: 15px; line-height: 1.6;">
997
+ Choose a persona or add your own, then craft structured narratives to inform product decisions and user experiences.
 
998
  </p>
999
  </div>
1000
  """
 
1002
 
1003
  with gr.Tabs():
1004
  # Tab 0: Persona Browser (NEW!)
1005
+ with gr.Tab("Persona Browser"):
1006
  gr.Markdown("""
1007
  ### Discover & Search Personas
1008
+ Browse all 30 personas and filter by multiple criteria
1009
  """)
1010
 
1011
  with gr.Row():
 
1039
  )
1040
 
1041
  # Tab 1: Generate Personas (NEW!)
1042
+ with gr.Tab("Generate Personas"):
1043
  gr.Markdown("""
1044
  ### AI-Powered Persona Generator
1045
+ Generate random, realistic personas based on any description
1046
 
1047
  Examples:
1048
  - "people who love to cook but never have time to in their 20-30s"