karthikeyan-r commited on
Commit
609094b
·
verified ·
1 Parent(s): 6d4ccc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def get_response( candidate, chat_history, resume, jd):
62
 
63
  def gradio_interface() -> None:
64
  """Create a Gradio interface for the chatbot."""
65
- with gr.Blocks(css = "style.css" ,theme="Taithrah/Minimal") as demo:
66
 
67
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
68
  <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
 
62
 
63
  def gradio_interface() -> None:
64
  """Create a Gradio interface for the chatbot."""
65
+ with gr.Blocks(css = "style.css" ,theme="HaleyCH/HaleyCH_Theme") as demo:
66
 
67
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
68
  <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>