shivakumar2005 commited on
Commit
40a1f82
·
verified ·
1 Parent(s): a9228cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -506,7 +506,7 @@ h1 { color: var(--accent); }
506
  """
507
 
508
  # ------------------ Build Gradio UI ------------------
509
- with gr.Blocks(css=GLASS_CSS, title="Road2Success — Dashboard (fixed)") as app:
510
  gr.Markdown("<h1 style='text-align:center'>🚀 Road2Success — Dashboard (fixed)</h1>")
511
  gr.Markdown("<p style='text-align:center'>Fixes: Resume parsing + AI Mentor (OpenAI optional for best accuracy).</p>")
512
 
 
506
  """
507
 
508
  # ------------------ Build Gradio UI ------------------
509
+ with gr.Blocks(css=GLASS_CSS, title="Road2Success — Dashboard") as app:
510
  gr.Markdown("<h1 style='text-align:center'>🚀 Road2Success — Dashboard (fixed)</h1>")
511
  gr.Markdown("<p style='text-align:center'>Fixes: Resume parsing + AI Mentor (OpenAI optional for best accuracy).</p>")
512