Spaces:
Runtime error
Runtime error
Commit
·
bd573cb
1
Parent(s):
7757f1c
Update app.py
Browse files
app.py
CHANGED
@@ -260,11 +260,11 @@ class ChatDocumentQA:
|
|
260 |
def gradio_interface(self) -> None:
|
261 |
"""Create a Gradio interface for the chatbot."""
|
262 |
with gr.Blocks(css = "style.css" ,theme='freddyaboulton/test-blue') as demo:
|
263 |
-
|
264 |
-
<
|
265 |
-
|
266 |
-
</h1>
|
267 |
-
|
268 |
state = gr.State(self._get_empty_state())
|
269 |
chatbot = gr.Chatbot()
|
270 |
with gr.Row():
|
|
|
260 |
def gradio_interface(self) -> None:
|
261 |
"""Create a Gradio interface for the chatbot."""
|
262 |
with gr.Blocks(css = "style.css" ,theme='freddyaboulton/test-blue') as demo:
|
263 |
+
|
264 |
+
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
265 |
+
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
266 |
+
<br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
|
267 |
+
|
268 |
state = gr.State(self._get_empty_state())
|
269 |
chatbot = gr.Chatbot()
|
270 |
with gr.Row():
|