Spaces:
Running
Running
Commit
Β·
284d4c4
1
Parent(s):
8b5b8c2
Add winner round 1
Browse files- index.html +26 -0
- static/images/zeroflood.png +3 -0
index.html
CHANGED
@@ -171,6 +171,32 @@
|
|
171 |
</div>
|
172 |
</section>
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
<!-- βββββββββ SPARK & FAQ βββββββββ -->
|
175 |
<section class="section alt-bg full-bleed">
|
176 |
<!-- <p class="content has-text-centered">-->
|
|
|
171 |
</div>
|
172 |
</section>
|
173 |
|
174 |
+
<!-- βββββββββ WINNERS βββββββββ -->
|
175 |
+
<section class="section alt-bg full-bleed">
|
176 |
+
<div class="container is-max-desktop">
|
177 |
+
<h2 class="title is-3">π₯ Winner</h2>
|
178 |
+
<div class="columns is-centered">
|
179 |
+
<div class="column is-half">
|
180 |
+
<div class="card" style="box-shadow: none; border: 1px solid #ccc;">
|
181 |
+
<div class="card-image">
|
182 |
+
<figure class="image is-4by3">
|
183 |
+
<img src="./static/images/zeroflood.png" alt="Winner 1">
|
184 |
+
</figure>
|
185 |
+
</div>
|
186 |
+
<div class="card-content">
|
187 |
+
<p class="title is-5">Round 1: Team ZeroFlood</p>
|
188 |
+
<p class="content">
|
189 |
+
A smart, resource-efficient tool for predicting flood risk in data-scarce environments.
|
190 |
+
<a href="https://huggingface.co/spaces/ibm-esa-geospatial/challenge/discussions/2" target="_blank">View solution β</a>
|
191 |
+
</p>
|
192 |
+
</div>
|
193 |
+
</div>
|
194 |
+
</div>
|
195 |
+
</div>
|
196 |
+
</div>
|
197 |
+
</section>
|
198 |
+
|
199 |
+
|
200 |
<!-- βββββββββ SPARK & FAQ βββββββββ -->
|
201 |
<section class="section alt-bg full-bleed">
|
202 |
<!-- <p class="content has-text-centered">-->
|
static/images/zeroflood.png
ADDED
![]() |
Git LFS Details
|