Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
2b53596
1
Parent(s):
9379096
Update app.py
Browse files
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='
|
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 |
""")
|