Spaces:
Running
Running
Update contact.py
Browse files- contact.py +1 -5
contact.py
CHANGED
@@ -50,10 +50,6 @@ def show():
|
|
50 |
</html>
|
51 |
""", height=0)
|
52 |
|
53 |
-
|
54 |
-
st.info("Please check your inbox (or spam) for the response.")
|
55 |
-
else:
|
56 |
-
st.error("Please fill out all the fields.")
|
57 |
-
|
58 |
# Call the function to display the contact form
|
59 |
show()
|
|
|
50 |
</html>
|
51 |
""", height=0)
|
52 |
|
53 |
+
|
|
|
|
|
|
|
|
|
54 |
# Call the function to display the contact form
|
55 |
show()
|