Karthikeyan commited on
Commit
ff1e806
·
1 Parent(s): 2f77279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ class ChemicalIdentifier:
253
  """
254
 
255
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
256
- gr.HTML("""<center style='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())
 
253
  """
254
 
255
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
256
+ gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><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())