Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +0 -9
templates/index.html
CHANGED
|
@@ -202,15 +202,6 @@
|
|
| 202 |
<header class="page-header text-center mb-4">
|
| 203 |
<h1 class="display-4">Agricultural Pests & Diseases in India</h1>
|
| 204 |
<p class="lead">Explore common agricultural threats and learn how to manage them</p>
|
| 205 |
-
|
| 206 |
-
<!-- Language Selector -->
|
| 207 |
-
<div class="language-selector mt-3">
|
| 208 |
-
<select id="languageSelect" class="form-select form-select-sm w-auto mx-auto">
|
| 209 |
-
{% for code, name in languages.items() %}
|
| 210 |
-
<option value="{{ code }}" {% if code == current_language %}selected{% endif %}>{{ name }}</option>
|
| 211 |
-
{% endfor %}
|
| 212 |
-
</select>
|
| 213 |
-
</div>
|
| 214 |
</header>
|
| 215 |
|
| 216 |
<!-- Filter buttons -->
|
|
|
|
| 202 |
<header class="page-header text-center mb-4">
|
| 203 |
<h1 class="display-4">Agricultural Pests & Diseases in India</h1>
|
| 204 |
<p class="lead">Explore common agricultural threats and learn how to manage them</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
</header>
|
| 206 |
|
| 207 |
<!-- Filter buttons -->
|