Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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="
|
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" />
|