robertselvam commited on
Commit
abb6e08
1 Parent(s): 1d463fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -159,17 +159,11 @@ class Chatbot:
159
  """Create the Gradio interface for the Chemical Identifier."""
160
 
161
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
162
- gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'>
163
- <center>
164
- <h1 class ="center">
165
- <img src="file=logo.png" height="110px" width="280px">
166
- </h1>
167
- </center>
168
- <be>
169
- <h1 style="color:#fff">
170
- Virtual Assistant Chatbot
171
- </h1>
172
- </center>""")
173
  state = gr.State(self.get_empty_state())
174
  with gr.Column(elem_id="col-container"):
175
  with gr.Accordion("Upload Files", open = False):
 
159
  """Create the Gradio interface for the Chemical Identifier."""
160
 
161
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
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">Procurement Digital Assistant</h2>
166
+ </div>""")
 
 
 
 
 
 
167
  state = gr.State(self.get_empty_state())
168
  with gr.Column(elem_id="col-container"):
169
  with gr.Accordion("Upload Files", open = False):