karthikeyan-r commited on
Commit
3dd82e8
·
verified ·
1 Parent(s): ed04f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ class ChatDocumentQA:
255
 
256
  def gradio_interface(self) -> None:
257
  """Create a Gradio interface for the chatbot."""
258
- with gr.Blocks(css = "style.css" ,theme="Medguy/randomtheme") as demo:
259
 
260
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
261
  <center><h1 class ="center" style="color:#fff"></h1></center>
 
255
 
256
  def gradio_interface(self) -> None:
257
  """Create a Gradio interface for the chatbot."""
258
+ with gr.Blocks(css = "style.css" ,theme="shivi/calm_seafoam") as demo:
259
 
260
  gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
261
  <center><h1 class ="center" style="color:#fff"></h1></center>