robertselvam commited on
Commit
807d71b
·
verified ·
1 Parent(s): 7a413bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -251,11 +251,10 @@ class ChatDocumentQA:
251
  def gradio_interface(self) -> None:
252
  """Create a Gradio interface for the chatbot."""
253
  with gr.Blocks(css = "style.css" ,theme="freddyaboulton/test-blue") as demo:
254
- with gr.Row():
255
- gr.HTML("""<center><h1 class="leftimage" align="left" style="color:#100C08;font-size:3vw;font-weight: bold;">ADOPLE AI</h1></center>""")
256
- with gr.Row():
257
- gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
258
- <br><center><h1 style="color:##bf5906">Virtual Assistant Chatbot</h1></center>""")
259
 
260
  state = gr.State(self._get_empty_state())
261
  chatbot = gr.Chatbot()
 
251
  def gradio_interface(self) -> None:
252
  """Create a Gradio interface for the chatbot."""
253
  with gr.Blocks(css = "style.css" ,theme="freddyaboulton/test-blue") as demo:
254
+
255
+ gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
256
+ <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
257
+ <br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
 
258
 
259
  state = gr.State(self._get_empty_state())
260
  chatbot = gr.Chatbot()