Karthikeyan
commited on
Commit
·
1f804e2
1
Parent(s):
7fbd293
Update app.py
Browse files
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="
|
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 |
|