Karthikeyan commited on
Commit
ca798c3
1 Parent(s): a166d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ class LangChain_Document_QA:
217
  history_state.clear()
218
 
219
  def gradio_interface(self):
220
- with gr.Blocks(css="style.css",theme=gr.themes.Base()) as demo:
221
  with gr.Row():
222
  gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
223
  """)
 
217
  history_state.clear()
218
 
219
  def gradio_interface(self):
220
+ with gr.Blocks(css="style.css",theme='freddyaboulton/dracula_revamped') as demo:
221
  with gr.Row():
222
  gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
223
  """)