Spaces:
Running
Running
added email address
Browse files- contact.html +2 -33
contact.html
CHANGED
@@ -29,40 +29,9 @@
|
|
29 |
<div class="row">
|
30 |
<div class="col-lg-11">
|
31 |
<h1 class="mb-4 mt-4">Contact Us</h1>
|
32 |
-
<p>If you have any questions or want to share information about your AI model,
|
33 |
|
34 |
-
<
|
35 |
-
<div class="form-group">
|
36 |
-
<label for="name">Your Name</label>
|
37 |
-
<input type="text" class="form-control" id="name" name="name" required>
|
38 |
-
</div>
|
39 |
-
<div class="form-group">
|
40 |
-
<label for="email">Your Email</label>
|
41 |
-
<input type="email" class="form-control" id="email" name="email" required>
|
42 |
-
</div>
|
43 |
-
<div class="form-group">
|
44 |
-
<label for="inputDescription">Describe Your AI Model</label>
|
45 |
-
<textarea class="form-control" id="inputDescription" name="description" rows="5" required></textarea>
|
46 |
-
</div>
|
47 |
-
<div class="form-group">
|
48 |
-
<label for="inputInput">Input Details</label>
|
49 |
-
<input type="text" class="form-control" id="inputInput" name="input" required>
|
50 |
-
</div>
|
51 |
-
<div class="form-group">
|
52 |
-
<label for="outputOutput">Output Details</label>
|
53 |
-
<input type="text" class="form-control" id="outputOutput" name="output" required>
|
54 |
-
</div>
|
55 |
-
<div class="form-group">
|
56 |
-
<label for="trainingSetSize">Training Set Size</label>
|
57 |
-
<input type="text" class="form-control" id="trainingSetSize" name="trainingSetSize" required>
|
58 |
-
</div>
|
59 |
-
<div class="form-group">
|
60 |
-
<label for="numberOfEpochs">Number of Epochs</label>
|
61 |
-
<input type="text" class="form-control" id="numberOfEpochs" name="numberOfEpochs" required>
|
62 |
-
</div>
|
63 |
-
|
64 |
-
<button type="submit" class="btn btn-primary">Submit</button>
|
65 |
-
</form>
|
66 |
</div>
|
67 |
</div>
|
68 |
</div>
|
|
|
29 |
<div class="row">
|
30 |
<div class="col-lg-11">
|
31 |
<h1 class="mb-4 mt-4">Contact Us</h1>
|
32 |
+
<p>If you have any questions or want to share information about your AI model to include it to PARROT, contact us ! </p>
|
33 |
|
34 |
+
<p>Email address: <a href="mailto:info@parrot4ai.org">info@parrot4ai.org</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
</div>
|
36 |
</div>
|
37 |
</div>
|