Karthikeyan
commited on
Commit
·
bbb9173
1
Parent(s):
0eb264f
Update app.py
Browse files
app.py
CHANGED
@@ -253,8 +253,8 @@ class ChemicalIdentifier:
|
|
253 |
"""
|
254 |
|
255 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
|
256 |
-
gr.HTML("""<center background-color:rgb(0,1,36); text-align:center;padding:
|
257 |
-
<img src="https://hudsonandhayes.co.uk/wp-content/uploads/2023/01/Group-479.svg" height="
|
258 |
<br><h1 style="color:#fff">Chemical Capability Identifier</h1></center>""")
|
259 |
state = gr.State(self.get_empty_state())
|
260 |
with gr.Column(elem_id="col-container"):
|
|
|
253 |
"""
|
254 |
|
255 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
|
256 |
+
gr.HTML("""<center class="bg" background-color:rgb(0,1,36); text-align:center;padding:0px;'><center><h1 class ="center">
|
257 |
+
<img src="https://hudsonandhayes.co.uk/wp-content/uploads/2023/01/Group-479.svg" height="110px" width="280px"></h1></center>
|
258 |
<br><h1 style="color:#fff">Chemical Capability Identifier</h1></center>""")
|
259 |
state = gr.State(self.get_empty_state())
|
260 |
with gr.Column(elem_id="col-container"):
|