Sadashiv commited on
Commit
58bba41
1 Parent(s): 3d70d84

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -232,7 +232,7 @@
232
  Some quick example text to build on the card title and make up the
233
  bulk of the card's content.
234
  </p>
235
- <a href="{{url_for('crop_recommendation')}}" class="btn btn-primary"
236
  >Visit Page</a
237
  >
238
  </div>
@@ -252,7 +252,7 @@
252
  bulk of the card's content.
253
  </p>
254
  <a
255
- href="{{url_for('fertilizer_recommendation')}}"
256
  class="btn btn-primary"
257
  >Visit Page</a
258
  >
@@ -273,7 +273,7 @@
273
  bulk of the card's content.
274
  </p>
275
  <a
276
- href="{{url_for('image_classification')}}"
277
  class="btn btn-primary"
278
  >Visit Page</a
279
  >
@@ -293,7 +293,7 @@
293
  Some quick example text to build on the card title and make up the
294
  bulk of the card's content.
295
  </p>
296
- <a href="{{url_for('market_price')}}" class="btn btn-primary"
297
  >Visit Page</a
298
  >
299
  </div>
 
232
  Some quick example text to build on the card title and make up the
233
  bulk of the card's content.
234
  </p>
235
+ <a href="#" class="btn btn-primary"
236
  >Visit Page</a
237
  >
238
  </div>
 
252
  bulk of the card's content.
253
  </p>
254
  <a
255
+ href="#"
256
  class="btn btn-primary"
257
  >Visit Page</a
258
  >
 
273
  bulk of the card's content.
274
  </p>
275
  <a
276
+ href="#"
277
  class="btn btn-primary"
278
  >Visit Page</a
279
  >
 
293
  Some quick example text to build on the card title and make up the
294
  bulk of the card's content.
295
  </p>
296
+ <a href="#" class="btn btn-primary"
297
  >Visit Page</a
298
  >
299
  </div>