Anne31415 commited on
Commit
0a84a5e
·
verified ·
1 Parent(s): 95aacff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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>