Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
2d22b90
1
Parent(s):
f83e419
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ class Chatbot:
|
|
162 |
gr.HTML("""<div style='background-color:rgb(0,1,36); text-align:center;padding:40px; padding-top:0'>
|
163 |
<img class="leftimage" align="left" src="file=logo.png" alt="Image" width="210" height="210">
|
164 |
<img class="rightimage" align="right" src="file=bradford.png" alt="Image" width="210" height="210">
|
165 |
-
<h2 style="text-align:center; color:white; text-weight:bold;padding-top:90px; padding-botton:0">
|
166 |
</div>""")
|
167 |
state = gr.State(self.get_empty_state())
|
168 |
with gr.Column(elem_id="col-container"):
|
|
|
162 |
gr.HTML("""<div style='background-color:rgb(0,1,36); text-align:center;padding:40px; padding-top:0'>
|
163 |
<img class="leftimage" align="left" src="file=logo.png" alt="Image" width="210" height="210">
|
164 |
<img class="rightimage" align="right" src="file=bradford.png" alt="Image" width="210" height="210">
|
165 |
+
<h2 style="text-align:center; color:white; text-weight:bold;padding-top:90px; padding-botton:0">Virtual Assistant Chatbot</h2>
|
166 |
</div>""")
|
167 |
state = gr.State(self.get_empty_state())
|
168 |
with gr.Column(elem_id="col-container"):
|