Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
ad4ae8a
1
Parent(s):
ca798c3
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='JohnSmith9982/small_and_pretty') 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 |
""")
|