Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -578,6 +578,7 @@ def page4():
|
|
578 |
<form action="https://formsubmit.co/[email protected]" method="POST">
|
579 |
<input type="hidden" name="_captcha" value="false">
|
580 |
<input type="text" name="name" placeholder="Your name" required>
|
|
|
581 |
<textarea name="message" placeholder="Your message here"></textarea>
|
582 |
<button type="submit">Send</button>
|
583 |
</form>
|
|
|
578 |
<form action="https://formsubmit.co/[email protected]" method="POST">
|
579 |
<input type="hidden" name="_captcha" value="false">
|
580 |
<input type="text" name="name" placeholder="Your name" required>
|
581 |
+
<input type="email" name="email" placeholder="Your email" required>
|
582 |
<textarea name="message" placeholder="Your message here"></textarea>
|
583 |
<button type="submit">Send</button>
|
584 |
</form>
|