Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ class ChatDocumentQA:
|
|
255 |
|
256 |
def gradio_interface(self) -> None:
|
257 |
"""Create a Gradio interface for the chatbot."""
|
258 |
-
with gr.Blocks(css = "style.css" ,theme="
|
259 |
|
260 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
261 |
<center><h1 class ="center" style="color:#fff"></h1></center>
|
|
|
255 |
|
256 |
def gradio_interface(self) -> None:
|
257 |
"""Create a Gradio interface for the chatbot."""
|
258 |
+
with gr.Blocks(css = "style.css" ,theme="shivi/calm_seafoam") as demo:
|
259 |
|
260 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
261 |
<center><h1 class ="center" style="color:#fff"></h1></center>
|