crop_geospatial_analysis / templates /crop_analysis.html
Rajkhanke007's picture
Upload 9 files
788caba verified
raw
history blame contribute delete
259 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Crop Analysis</title>
</head>
<body>
<iframe src="{{ map_url }}"></iframe>
</body>
</html>