Baskar2005 commited on
Commit
215fe64
·
verified ·
1 Parent(s): a8e0dd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -64,10 +64,10 @@ 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
 
 
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