You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtitle="Your email will be safe with us" placeholder="Enter your email address" type="email" name="email_name" required><br>
18
-
<inputtitle="Your data will be safe with us" placeholder="Enter your height in cm" type="number" min="50",max="300" step="0.1" name="height_name" required><br>
19
-
<buttontype-"submit"> Submit </button>
20
-
</form>
21
-
</div>
22
-
</body>
3
+
<title> Super Geocoder </title>
4
+
<head>
5
+
<linkhref="../static/main.css" rel="stylesheet">
6
+
</head>
7
+
<body>
8
+
<divclass="container">
9
+
<h1>Super Geocoder</h1>
10
+
<h3>Please upload your csv file. the values containing addressess should be in a column named <em>addresses</em> or <em>address</em></h3>
0 commit comments