karthikeyan-r commited on
Commit
2b39c28
·
verified ·
1 Parent(s): 6f037d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,12 +62,12 @@ 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="HaleyCH/HaleyCH_Theme") as demo:
66
 
67
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'></center>
68
- <img class="leftimage" align="center" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQbH6dyllkVQ-qz6QiN7KL4gunt61DvVtjD3D2_fF7RhQ&s" alt="Image" width="60" height="210">
69
  <h1 class ="center" style="color:#fff">Athmick</h1>
70
- <br><center><h1 style="color:#fff">Screening Assistant Chatbot</h1></center>""")
71
 
72
  chatbot = gr.Chatbot()
73
 
 
62
 
63
  def gradio_interface() -> None:
64
  """Create a Gradio interface for the chatbot."""
65
+ with gr.Blocks(css = "style.css" ,theme="shivi/calm_seafoam") as demo:
66
 
67
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'></center>
68
+ <img class="leftimage" align="center" src="https://www.built-environment-networking.com/content/uploads/2022/09/lloyds-bank-e1689067593452.png" alt="Image" width="60" height="210">
69
  <h1 class ="center" style="color:#fff">Athmick</h1>
70
+ <br><center><h1 style="color:#006e49">Screening Assistant Chatbot</h1></center>""")
71
 
72
  chatbot = gr.Chatbot()
73