Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ class ChatDocumentQA:
|
|
252 |
"""Create a Gradio interface for the chatbot."""
|
253 |
with gr.Blocks(css = "style.css" ,theme="snehilsanyal/scikit-learn") as demo:
|
254 |
with gr.Row():
|
255 |
-
gr.HTML("""<h1 class="leftimage" align="left" style="color:#100C08;font-size:3vw;font-weight: bold;">ADOPLE AI</h1>""")
|
256 |
with gr.Row():
|
257 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
258 |
<br><center><h1 style="color:##bf5906">Virtual Assistant Chatbot</h1></center>""")
|
|
|
252 |
"""Create a Gradio interface for the chatbot."""
|
253 |
with gr.Blocks(css = "style.css" ,theme="snehilsanyal/scikit-learn") 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():
|
257 |
gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
|
258 |
<br><center><h1 style="color:##bf5906">Virtual Assistant Chatbot</h1></center>""")
|