Karthikeyan commited on
Commit
1f804e2
·
1 Parent(s): 7fbd293

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -377,7 +377,7 @@ class ChemicalIdentifier:
377
 
378
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
379
  gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
380
- - <img src="https://hudsonandhayes.co.uk/wp-content/uploads/2023/01/Group-479.svg" height="110px" width="280px"></h1></center>
381
  - <br><h1 style="color:#fff">Chemical Capability Identifier</h1></center>""")
382
  state = gr.State(self.get_empty_state())
383
 
 
377
 
378
  with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
379
  gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
380
+ - <img src="file=logo.png" height="110px" width="280px"></h1></center>
381
  - <br><h1 style="color:#fff">Chemical Capability Identifier</h1></center>""")
382
  state = gr.State(self.get_empty_state())
383