Karthikeyan commited on
Commit
1bc5391
1 Parent(s): 02b5e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ class LangChain_Document_QA:
209
  history_state.clear()
210
 
211
  def gradio_interface(self):
212
- with gr.Blocks(css="style.css",theme=gr.themes.dark-glass()) as demo:
213
  with gr.Row():
214
  gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
215
  """)
 
209
  history_state.clear()
210
 
211
  def gradio_interface(self):
212
+ with gr.Blocks(css="style.css",theme=gr.themes.Glass()) as demo:
213
  with gr.Row():
214
  gr.HTML("""<center><img class="image" src="https://www.syrahealth.com/images/SyraHealth_Logo_Dark.svg" alt="Image" width="210" height="210"></center>
215
  """)