Jekyll2000 commited on
Commit
11ef246
·
verified ·
1 Parent(s): a2d0681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -434,7 +434,7 @@ class InterviewCoach:
434
  coach = InterviewCoach()
435
 
436
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="gray")) as demo:
437
- gr.Markdown("# 💼 AI-Powered Interview Coach")
438
  gr.Markdown("Upload your resume for a personalized mock interview session")
439
 
440
  with gr.Row():
 
434
  coach = InterviewCoach()
435
 
436
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue", secondary_hue="gray")) as demo:
437
+ gr.Markdown("# 💼 MockMate-Your personal AI mock interview buddy.")
438
  gr.Markdown("Upload your resume for a personalized mock interview session")
439
 
440
  with gr.Row():