robertselvam
commited on
Commit
•
3418783
1
Parent(s):
dce8568
Update app.py
Browse files
app.py
CHANGED
@@ -377,9 +377,10 @@ class ChemicalIdentifier:
|
|
377 |
"""
|
378 |
|
379 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
|
380 |
-
gr.HTML("""<center
|
|
|
|
|
381 |
state = gr.State(self.get_empty_state())
|
382 |
-
gr.HTML("""<center><h1 style="color:#fff">Chemical Identifier</h1></center>""")
|
383 |
|
384 |
with gr.Column(elem_id="col-container"):
|
385 |
with gr.Row(elem_id="row-flex"):
|
|
|
377 |
"""
|
378 |
|
379 |
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
|
380 |
+
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
381 |
+
- <img src="https://hudsonandhayes.co.uk/wp-content/uploads/2023/01/Group-479.svg" height="110px" width="280px"></h1></center>
|
382 |
+
- <br><h1 style="color:#fff">Chemical Capability Identifier</h1></center>""")
|
383 |
state = gr.State(self.get_empty_state())
|
|
|
384 |
|
385 |
with gr.Column(elem_id="col-container"):
|
386 |
with gr.Row(elem_id="row-flex"):
|