Spaces:
Running
Running
robertselvam
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -251,11 +251,10 @@ class ChatDocumentQA:
|
|
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 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
<br><center><h1 style="color:##bf5906">Virtual Assistant Chatbot</h1></center>""")
|
259 |
|
260 |
state = gr.State(self._get_empty_state())
|
261 |
chatbot = gr.Chatbot()
|
|
|
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 |
+
|
255 |
+
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
256 |
+
<center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
|
257 |
+
<br><center><h1 style="color:#fff">Virtual Assistant Chatbot</h1></center>""")
|
|
|
258 |
|
259 |
state = gr.State(self._get_empty_state())
|
260 |
chatbot = gr.Chatbot()
|