robertselvam commited on
Commit
da0c7ff
1 Parent(s): 40488ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -250,10 +250,11 @@ class ChatDocumentQA:
250
 
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())
 
250
 
251
  def gradio_interface(self) -> None:
252
  """Create a Gradio interface for the chatbot."""
253
+ with gr.Blocks(css = "style.css" ,theme="snehilsanyal/scikit-learn") as demo:
254
+ with gr.Row():
255
+ gr.HTML("""<center><img src="https://hakunamatatatech.com/wp-content/uploads/2019/06/logohms-160x34.png" alt="Image"></center>""")
256
+ with gr.Row():
257
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
 
258
  <br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
259
 
260
  state = gr.State(self._get_empty_state())