Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -572,15 +572,15 @@ def page3():
|
|
572 |
def page4():
|
573 |
try:
|
574 |
st.header(":mailbox: Get In Touch With Me!")
|
575 |
-
|
576 |
|
577 |
contact_form = """
|
578 |
<form action="https://formsubmit.co/[email protected]" method="POST">
|
579 |
<input type="hidden" name="_captcha" value="false">
|
580 |
-
<input type="
|
581 |
-
<input type="text" name="name" placeholder="Your name" required>
|
582 |
<input type="email" name="email" placeholder="Your email" required>
|
583 |
<textarea name="message" placeholder="Your message here"></textarea>
|
|
|
584 |
<button type="submit">Send</button>
|
585 |
</form>
|
586 |
"""
|
|
|
572 |
def page4():
|
573 |
try:
|
574 |
st.header(":mailbox: Get In Touch With Me!")
|
575 |
+
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!")
|
576 |
|
577 |
contact_form = """
|
578 |
<form action="https://formsubmit.co/[email protected]" method="POST">
|
579 |
<input type="hidden" name="_captcha" value="false">
|
580 |
+
<input type="text" name="Session-ID" placeholder="xxxx-xxx-xxx-..." required>
|
|
|
581 |
<input type="email" name="email" placeholder="Your email" required>
|
582 |
<textarea name="message" placeholder="Your message here"></textarea>
|
583 |
+
<form action="https://formsubmit.co/your-random-string" method="POST" />
|
584 |
<button type="submit">Send</button>
|
585 |
</form>
|
586 |
"""
|