Karthikeyan commited on
Commit
b4d2827
1 Parent(s): 2d22b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ 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("""<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>
 
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 border-radius: 25px;'>
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>