Spaces:
Sleeping
Sleeping
robertselvam
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ class ChatDocumentQA:
|
|
250 |
|
251 |
def gradio_interface(self) -> None:
|
252 |
"""Create a Gradio interface for the chatbot."""
|
253 |
-
with gr.Blocks(css = "style.css" ,theme="
|
254 |
with gr.Row():
|
255 |
gr.HTML("""<center><h1 class="leftimage" align="left" style="color:#100C08;font-size:3vw;font-weight: bold;">ADOPLE AI</h1></center>""")
|
256 |
with gr.Row():
|
|
|
250 |
|
251 |
def gradio_interface(self) -> None:
|
252 |
"""Create a Gradio interface for the chatbot."""
|
253 |
+
with gr.Blocks(css = "style.css" ,theme="freddyaboulton/test-blue") as demo:
|
254 |
with gr.Row():
|
255 |
gr.HTML("""<center><h1 class="leftimage" align="left" style="color:#100C08;font-size:3vw;font-weight: bold;">ADOPLE AI</h1></center>""")
|
256 |
with gr.Row():
|