robertselvam commited on
Commit
bd573cb
·
1 Parent(s): 7757f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -260,11 +260,11 @@ class ChatDocumentQA:
260
  def gradio_interface(self) -> None:
261
  """Create a Gradio interface for the chatbot."""
262
  with gr.Blocks(css = "style.css" ,theme='freddyaboulton/test-blue') as demo:
263
- gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'>
264
- <h1 style="color:#fff">
265
- Virtual Assistant Chatbot
266
- </h1>
267
- </center>""")
268
  state = gr.State(self._get_empty_state())
269
  chatbot = gr.Chatbot()
270
  with gr.Row():
 
260
  def gradio_interface(self) -> None:
261
  """Create a Gradio interface for the chatbot."""
262
  with gr.Blocks(css = "style.css" ,theme='freddyaboulton/test-blue') as demo:
263
+
264
+ gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
265
+ <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
266
+ <br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
267
+
268
  state = gr.State(self._get_empty_state())
269
  chatbot = gr.Chatbot()
270
  with gr.Row():