Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ custom_css = """
|
|
195 |
}
|
196 |
|
197 |
.result-text {
|
198 |
-
background:
|
199 |
padding: 1.5rem;
|
200 |
border-radius: 10px;
|
201 |
border-left: 4px solid #667eea;
|
@@ -263,7 +263,7 @@ with gr.Blocks(css=custom_css, title="🛰️ EuroSAT Land Cover Classifier") as
|
|
263 |
|
264 |
# Footer
|
265 |
gr.HTML("""
|
266 |
-
<div style="text-align: center; margin-top: 3rem; padding: 2rem; background: #
|
267 |
<h4>🔬 About This Model</h4>
|
268 |
<p>This classifier uses the <strong>Swin Transformer</strong> architecture trained on the <strong>EuroSAT dataset</strong>.</p>
|
269 |
<p>The EuroSAT dataset contains <strong>27,000 satellite images</strong> from <strong>34 European countries</strong>, covering <strong>10 different land cover classes</strong>.</p>
|
|
|
195 |
}
|
196 |
|
197 |
.result-text {
|
198 |
+
background: #070605;
|
199 |
padding: 1.5rem;
|
200 |
border-radius: 10px;
|
201 |
border-left: 4px solid #667eea;
|
|
|
263 |
|
264 |
# Footer
|
265 |
gr.HTML("""
|
266 |
+
<div style="text-align: center; margin-top: 3rem; padding: 2rem; background: #070605; border-radius: 10px;">
|
267 |
<h4>🔬 About This Model</h4>
|
268 |
<p>This classifier uses the <strong>Swin Transformer</strong> architecture trained on the <strong>EuroSAT dataset</strong>.</p>
|
269 |
<p>The EuroSAT dataset contains <strong>27,000 satellite images</strong> from <strong>34 European countries</strong>, covering <strong>10 different land cover classes</strong>.</p>
|