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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ 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="snehilsanyal/scikit-learn") 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():
 
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
  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():