Anne31415 commited on
Commit
7c96b29
·
verified ·
1 Parent(s): 9a76ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -597,12 +597,12 @@ def page3():
597
  def page4():
598
  try:
599
  st.header(":mailbox: Get In Touch With Me!")
600
- st.subheader(":mailbox: You can find your Session-ID on the left side of the page/ Ihre Session-ID finden Sie auf der linken Seite!")
601
 
602
  contact_form = """
603
  <form action="https://formsubmit.co/[email protected]" method="POST">
604
  <input type="hidden" name="_captcha" value="false">
605
- <input type="text" name="Session-ID" placeholder="xxxx-xxx-xxx-..." required>
606
  <input type="email" name="email" placeholder="Your email" required>
607
  <textarea name="message" placeholder="Your message here"></textarea>
608
  <form action="https://formsubmit.co/your-random-string" method="POST" />
 
597
  def page4():
598
  try:
599
  st.header(":mailbox: Get In Touch With Me!")
600
+ st.text(":mailbox: You can find your Session-ID on the left side of the page/ Ihre Session-ID finden Sie auf der linken Seite!")
601
 
602
  contact_form = """
603
  <form action="https://formsubmit.co/[email protected]" method="POST">
604
  <input type="hidden" name="_captcha" value="false">
605
+ <input type="text" name="Session-ID" placeholder="Your Session-ID goes here" required>
606
  <input type="email" name="email" placeholder="Your email" required>
607
  <textarea name="message" placeholder="Your message here"></textarea>
608
  <form action="https://formsubmit.co/your-random-string" method="POST" />