A-O98 commited on
Commit
451157d
·
verified ·
1 Parent(s): 557f143

Update pag/contact_form.py

Browse files
Files changed (1) hide show
  1. pag/contact_form.py +2 -1
pag/contact_form.py CHANGED
@@ -2,9 +2,10 @@ import streamlit as st
2
  def main():
3
  st.header(":mailbox: Get In Touch With Us!")
4
 
 
5
 
6
  contact_form = """
7
- <form action="https://formsubmit.co/[email protected]" method="POST">
8
  <input type="hidden" name="_captcha" value="false">
9
  <input type="text" name="name" placeholder="Your name" required>
10
  <input type="email" name="email" placeholder="Your email" required>
 
2
  def main():
3
  st.header(":mailbox: Get In Touch With Us!")
4
 
5
+ # <form action="https://formsubmit.co/[email protected]" method="POST">
6
 
7
  contact_form = """
8
+ <form action="https://formsubmit.co/a31c8ec03a03a670e12e2b158e8e912e" method="POST">
9
  <input type="hidden" name="_captcha" value="false">
10
  <input type="text" name="name" placeholder="Your name" required>
11
  <input type="email" name="email" placeholder="Your email" required>