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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ class ChatDocumentQA:
259
 
260
  def gradio_interface(self) -> None:
261
  """Create a Gradio interface for the chatbot."""
262
- with gr.Blocks(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
 
259
 
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