Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("# 💼
|
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():
|