Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
ca798c3
1
Parent(s):
a166d70
Update app.py
Browse files
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=
|
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 |
""")
|