Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
·
7725e3b
1
Parent(s):
c14f0cd
WIP notif
Browse files
app.py
CHANGED
@@ -154,6 +154,8 @@ with gr.Blocks(title="EcoMonitor", theme=gr.themes.Base()) as demo:
|
|
154 |
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
155 |
<a href="https://search-tta.github.io">Project Website</a>
|
156 |
</h2>
|
|
|
|
|
157 |
</div>
|
158 |
</div>
|
159 |
"""
|
|
|
154 |
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
155 |
<a href="https://search-tta.github.io">Project Website</a>
|
156 |
</h2>
|
157 |
+
<span></span>
|
158 |
+
<h2 style='font-weight: 450; font-size: 0.5rem; margin: 0rem'>[Work in Progress]</h2>
|
159 |
</div>
|
160 |
</div>
|
161 |
"""
|