transpolymer commited on
Commit
33dbc5c
·
verified ·
1 Parent(s): a6c86e3

Update contact.py

Browse files
Files changed (1) hide show
  1. contact.py +1 -5
contact.py CHANGED
@@ -50,10 +50,6 @@ def show():
50
  </html>
51
  """, height=0)
52
 
53
- # Optionally add a message to the user on success or failure
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()