Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
3a1b5fc
1
Parent(s):
b4d2827
Update app.py
Browse files
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>
|