robertselvam commited on
Commit
2b53596
1 Parent(s): 9379096

Update app.py

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